TSqlModel.CopyModelOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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