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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.