Freigeben über


SfcReferenceSelectorAttribute.Arguments-Eigenschaft

Gets the arguments for the PathExpression. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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 Object()
    Get
'Usage
Dim instance As SfcReferenceSelectorAttribute 
Dim value As Object()

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

Eigenschaftswert

Typ: array<System.Object[]
An object that specifies the arguments for the PathExpression.

Siehe auch

Verweis

SfcReferenceSelectorAttribute Klasse

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