Freigeben über


DatabaseTaskHost.GetAllProperties-Methode

Gibt alle Eigenschaften für eine bestimmte Quelle zurück.

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

Syntax

'Declaration
Public Function GetAllProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IDictionary(Of String, Object)
public IDictionary<string, Object> GetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
public:
IDictionary<String^, Object^>^ GetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
member GetAllProperties : 
        source:DatabaseTaskHost..::..PropertySource -> IDictionary<string, Object> 
public function GetAllProperties(
    source : DatabaseTaskHost..::..PropertySource
) : IDictionary<String, Object>

Parameter

Rückgabewert

Typ: System.Collections.Generic.IDictionary<String, Object>

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace