Sprache

ModelLoadOptions Konstruktoren

Definition

Überlädt

Name Beschreibung
ModelLoadOptions()

Erstellt eine Instanz mit ModelLoadOptions den Standardoptionen, die Speicher verwenden Memory und auf "false" festlegen LoadAsScriptBackedModel .

ModelLoadOptions(DacSchemaModelStorageType, Boolean)

Erstellt eine Instanz mit ModelLoadOptions den angegebenen Optionen.

ModelLoadOptions(DacSchemaModelStorageType, Boolean, Boolean)

Erstellt eine Instanz mit ModelLoadOptions den angegebenen Optionen.

ModelLoadOptions()

Erstellt eine Instanz mit ModelLoadOptions den Standardoptionen, die Speicher verwenden Memory und auf "false" festlegen LoadAsScriptBackedModel .

public ModelLoadOptions();
Public Sub New ()

Gilt für:

ModelLoadOptions(DacSchemaModelStorageType, Boolean)

Erstellt eine Instanz mit ModelLoadOptions den angegebenen Optionen.

public ModelLoadOptions(Microsoft.SqlServer.Dac.DacSchemaModelStorageType modelStorageType, bool loadAsScriptBackedModel);
new Microsoft.SqlServer.Dac.Model.ModelLoadOptions : Microsoft.SqlServer.Dac.DacSchemaModelStorageType * bool -> Microsoft.SqlServer.Dac.Model.ModelLoadOptions
Public Sub New (modelStorageType As DacSchemaModelStorageType, loadAsScriptBackedModel As Boolean)

Parameter

modelStorageType
DacSchemaModelStorageType

Wert für die ModelStorageType Eigenschaft

loadAsScriptBackedModel
Boolean

Wert für die LoadAsScriptBackedModel Eigenschaft

Gilt für:

ModelLoadOptions(DacSchemaModelStorageType, Boolean, Boolean)

Erstellt eine Instanz mit ModelLoadOptions den angegebenen Optionen.

public ModelLoadOptions(Microsoft.SqlServer.Dac.DacSchemaModelStorageType modelStorageType, bool loadAsScriptBackedModel, bool throwOnModelErrors);
new Microsoft.SqlServer.Dac.Model.ModelLoadOptions : Microsoft.SqlServer.Dac.DacSchemaModelStorageType * bool * bool -> Microsoft.SqlServer.Dac.Model.ModelLoadOptions
Public Sub New (modelStorageType As DacSchemaModelStorageType, loadAsScriptBackedModel As Boolean, throwOnModelErrors As Boolean)

Parameter

modelStorageType
DacSchemaModelStorageType

Wert für die ModelStorageType Eigenschaft

loadAsScriptBackedModel
Boolean

Wert für die LoadAsScriptBackedModel Eigenschaft

throwOnModelErrors
Boolean

Wert für die ThrowOnModelErrors Eigenschaft

Gilt für: