Propriété SfcReferenceCollectionAttribute.Arguments
Gets the arguments for the resolver.
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 String()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<System.String[]
The arguments for the resolver.
Voir aussi
Référence
SfcReferenceCollectionAttribute Classe
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata