Aracılığıyla paylaş


DeploymentContributorContext.Arguments Özellik

Alır veya ayarlar adlandırılmış bağımsız değişkenleri ve değerlerinin bir sözlük.

Ad alanı:  Microsoft.Data.Schema.Build
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.Dictionary<String, String>
Bağımsız değişken bir sözlük.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DeploymentContributorContext Sınıf

Microsoft.Data.Schema.Build Ad Alanı