Condividi tramite


Proprietà SchemaDeployment.ContributorArguments

Ottiene un elenco di argomenti della riga di comando e dei rispettivi valori impostati dall'utente in Visual Studio Application Lifecycle Management (ALM).

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

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<String, String>
Elenco di argomenti della riga di comando e rispettivi valori.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeployment Classe

Spazio dei nomi Microsoft.Data.Schema.Build