DatabaseTaskHost.InternalGetAllProperties, méthode
Retourne la liste réelle des propriétés pour cette source.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Function InternalGetAllProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As IDictionary(Of String, Object)
protected IDictionary<string, Object> InternalGetAllProperties(
DatabaseTaskHost..::..PropertySource source
)
protected:
IDictionary<String^, Object^>^ InternalGetAllProperties(
DatabaseTaskHost..::..PropertySource source
)
member InternalGetAllProperties :
source:DatabaseTaskHost..::..PropertySource -> IDictionary<string, Object>
protected function InternalGetAllProperties(
source : DatabaseTaskHost..::..PropertySource
) : IDictionary<String, Object>
Paramètres
- source
Type : Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Valeur d'énumération de la source de propriété.
Valeur de retour
Type : System.Collections.Generic.IDictionary<String, Object>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.