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
- options
Typ: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Eine Liste von Schemabereitstellungsoptionen.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.