Freigeben über


DeploymentContributorConfigurationSetup.Properties-Eigenschaft

Ruft ein Wörterbuch ab, das die aktuellen Eigenschaften und Einstellungen enthält.

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

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IDictionary<String, Object>
Ein Wörterbuch mit Eigenschaften und Einstellungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentContributorConfigurationSetup Klasse

Microsoft.Data.Schema.Build-Namespace