通过


SfcReferenceCollectionAttribute.Arguments 属性

Gets the arguments for the resolver.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property Arguments As String()
    Get
用法
Dim instance As SfcReferenceCollectionAttribute 
Dim value As String()

value = instance.Arguments
public string[] Arguments { get; }
public:
property array<String^>^ Arguments {
    array<String^>^ get ();
}
member Arguments : string[]
function get Arguments () : String[]

属性值

类型:array<System.String[]
The arguments for the resolver.

请参阅

参考

SfcReferenceCollectionAttribute 类

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间