Share via


SfcReferenceCollectionAttribute.Arguments Property

Gets the arguments for the resolver.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As String()
    Get
'Usage
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[]

Property Value

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

See Also

Reference

SfcReferenceCollectionAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace