Compartir a través de


DatabaseTaskHost.OnReadPropertiesFile (Método)

Devuelve todas las propiedades leídas del archivo de propiedades especificado.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IDictionary<String, String>

Comentarios

Este método base no hace nada y se debe invalidar en las implementaciones del proveedor de esquema de base de datos.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)