Condividi tramite


Proprietà DeploymentContributorContext.Arguments

Ottiene o imposta un dizionario di argomenti denominati e rispettivi valori.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<String, String>
Dizionario di argomenti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build