Compartilhar via


Propriedade SchemaDeployment.ContributorArguments

Obtém uma lista de argumentos de linha de comando e seus valores, conforme definido pelo usuário em Visual Studio Application Lifecycle Management (ALM).

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.Dictionary<String, String>
A lista de argumentos de linha de comando e valores.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeployment Classe

Namespace Microsoft.Data.Schema.Build