Freigeben über


SchemaDeployment.ContributorArguments-Eigenschaft

Ruft eine Liste der Befehlszeilenargumente und ihrer Werte ab, wie vom Benutzer in Visual Studio Application Lifecycle Management (ALM) festgelegt.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, String>
Die Liste der Befehlszeilenargumente und Werte.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace