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.
Override to allow initialization of options for VSDBCMD-specific usage.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnInitializeSchemaDeploymentOptions ( _
options As SchemaDeploymentOptions _
)
protected virtual void OnInitializeSchemaDeploymentOptions(
SchemaDeploymentOptions options
)
protected:
virtual void OnInitializeSchemaDeploymentOptions(
SchemaDeploymentOptions^ options
)
abstract OnInitializeSchemaDeploymentOptions :
options:SchemaDeploymentOptions -> unit
override OnInitializeSchemaDeploymentOptions :
options:SchemaDeploymentOptions -> unit
protected function OnInitializeSchemaDeploymentOptions(
options : SchemaDeploymentOptions
)
Parameters
- options
Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
A list of schema deployment options.
.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.