Partager via


Propriété SfcReferenceAttribute.Arguments

Gets the arguments for the urnTemplate. 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 String()
    Get
'Utilisation
Dim instance As SfcReferenceAttribute 
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[]
A string value that specifies the urnTemplate.

Voir aussi

Référence

SfcReferenceAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata