Compartilhar via


Método DatabaseTaskHost.OnReadPropertiesFile

Retorna que todas as propriedades de leitura do arquivo de propriedades especificadas.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 de retorno

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

Comentários

Este método base não faz nada e deve ser substituído em implementações de provedor de esquema do banco de dados.

Segurança do .NET Framework

Consulte também

Referência

DatabaseTaskHost Classe

Namespace Microsoft.Data.Schema.Build