Condividi tramite


Proprietà SfcReferenceSelectorAttribute.Arguments

Gets the arguments for the PathExpression. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Arguments As Object()
    Get
'Utilizzo
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[]

Valore proprietà

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

Vedere anche

Riferimento

SfcReferenceSelectorAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata