DatabaseTaskHost.OnReadPropertiesFile, méthode
Retourne toutes les propriétés lues dans le fichier de propriétés spécifié.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Overridable Function OnReadPropertiesFile ( _
source As DatabaseTaskHost..::..PropertySource, _
file As FileInfo _
) As IDictionary(Of String, String)
protected virtual IDictionary<string, string> OnReadPropertiesFile(
DatabaseTaskHost..::..PropertySource source,
FileInfo file
)
protected:
virtual IDictionary<String^, String^>^ OnReadPropertiesFile(
DatabaseTaskHost..::..PropertySource source,
FileInfo^ file
)
abstract OnReadPropertiesFile :
source:DatabaseTaskHost..::..PropertySource *
file:FileInfo -> IDictionary<string, string>
override OnReadPropertiesFile :
source:DatabaseTaskHost..::..PropertySource *
file:FileInfo -> IDictionary<string, string>
protected function OnReadPropertiesFile(
source : DatabaseTaskHost..::..PropertySource,
file : FileInfo
) : IDictionary<String, String>
Paramètres
- source
Type : Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Source de propriété.
- file
Type : System.IO.FileInfo
Fichier de propriétés.
Valeur de retour
Type : System.Collections.Generic.IDictionary<String, String>
Notes
Cette méthode de base ne fait rien et doit être substituée dans les implémentations de fournisseur de schémas de base de données.
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.