Propriété SfcReferenceSelectorAttribute.Arguments
Gets the arguments for the PathExpression. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Arguments As Object()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<System.Object[]
An object that specifies the arguments for the PathExpression.
Voir aussi
Référence
SfcReferenceSelectorAttribute Classe
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata