Sdílet prostřednictvím


DeploymentContributorContext.Arguments – vlastnost

Získá nebo nastaví slovník pojmenované argumenty a jejich hodnoty.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.Dictionary<String, String>
Slovník argumenty.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentContributorContext Třída

Microsoft.Data.Schema.Build – obor názvů