Partager via


DeploymentContributorContext.Arguments, propriété

Obtient ou définit un dictionnaire d'arguments nommés et leurs valeurs.

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

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, String>
Dictionnaire d'arguments.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorContext Classe

Microsoft.Data.Schema.Build, espace de noms