Partager via


SchemaDeployment.ContributorArguments, propriété

Obtient une liste d'arguments de ligne de commande et leurs valeurs telles que définies par l'utilisateur dans Visual Studio Application Lifecycle Management (ALM).

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ContributorArguments As Dictionary(Of String, String)
    Get
public Dictionary<string, string> ContributorArguments { get; }
public:
property Dictionary<String^, String^>^ ContributorArguments {
    Dictionary<String^, String^>^ get ();
}
member ContributorArguments : Dictionary<string, string>
function get ContributorArguments () : Dictionary<String, String>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, String>
Liste des arguments de ligne de commande et leurs valeurs.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeployment Classe

Microsoft.Data.Schema.Build, espace de noms