Compartir a través de


SchemaDeployment.ContributorArguments (Propiedad)

Obtiene una lista de argumentos de la línea de comandos y sus valores tal como los estableció el usuario en Visual Studio Application Lifecycle Management (ALM).

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

Sintaxis

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

Valor de propiedad

Tipo: System.Collections.Generic.Dictionary<String, String>
Lista de argumentos y valores de la línea de comandos.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeployment Clase

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