Sdílet prostřednictvím


DeploymentContributorConfigurationSetup.Properties – vlastnost

Získá slovník, který obsahuje aktuální vlastnosti a nastavení.

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

Syntaxe

'Deklarace
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
member Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<String, Object>
Slovník vlastností a nastavení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentContributorConfigurationSetup Třída

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