Share via


DatabaseTaskHost.OnReadPropertiesFile Method

Returns all properties read from the specified properties file.

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

Syntax

'Declaration
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>

Parameters

Return Value

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

Remarks

This base method does nothing and must be overridden in database schema provider implementations.

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace