Compartir a través de


DeploymentContributorContext.Arguments (Propiedad)

Obtiene o establece un diccionario de argumentos con nombre y sus valores.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.Dictionary<String, String>
Diccionario de argumentos.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentContributorContext Clase

Microsoft.Data.Schema.Build (Espacio de nombres)