Partager via


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

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

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms