IScriptingOptions.ConvertUddtToBaseType Property
Gets a value indicating whether user-defined data types are converted to the most appropriate SQL Server base data types in the generated script.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ConvertUddtToBaseType As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.ConvertUddtToBaseType
bool ConvertUddtToBaseType { get; }
property bool ConvertUddtToBaseType {
bool get ();
}
abstract ConvertUddtToBaseType : bool
function get ConvertUddtToBaseType () : boolean
Property Value
Type: System.Boolean
true if a user-defined data types are converted to the most appropriate SQL Server base data types; otherwise, false.