Freigeben über


VSDBCmdServices.OnInitializeSchemaDeploymentOptions-Methode

Wird überschrieben, um die Initialisierung der Optionen für die VSDBCMD-spezifische Verwendung zu ermöglichen.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace