TSqlModel.CopyModelOptions Method

Definition

Copies the DatabaseOptions for the model to a TSqlModelOptions object. This is useful if you wish to duplicate the options for a model when creating a new model.

public Microsoft.SqlServer.Dac.Model.TSqlModelOptions CopyModelOptions ();
member this.CopyModelOptions : unit -> Microsoft.SqlServer.Dac.Model.TSqlModelOptions
Public Function CopyModelOptions () As TSqlModelOptions

Returns

TSqlModelOptions with settings matching the database options of the model

Applies to