Propriedade DeploymentContributorContext.Arguments
Obtém ou define um dicionário de argumentos nomeados e seus valores.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, String>
Dicionário de argumentos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.