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
- 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.