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.