Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Property source.
- file
Type: System.IO.FileInfo
Properties file.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.