Partager via


DatabaseTaskHost.GetAllProperties, méthode

Retourne toutes les propriétés pour une source donnée.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms