Compartir a través de


SfcReferenceSelectorAttribute.Arguments Propiedad

Gets the arguments for the PathExpression. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Arguments As Object()
    Get
'Uso
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[]

Valor de la propiedad

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

Vea también

Referencia

SfcReferenceSelectorAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata