Partilhar via


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

Consulte também

Referência

DeploymentContributorContext Classe

Namespace Microsoft.Data.Schema.Build