IScriptingOptions.ConvertUddtToBaseType 속성

Gets a value indicating whether user-defined data types are converted to the most appropriate SQL Server base data types in the generated script.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property ConvertUddtToBaseType As Boolean 
    Get
‘사용 방법
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

속성 값

유형: System.Boolean
true if a user-defined data types are converted to the most appropriate SQL Server base data types; otherwise, false.

참고 항목

참조

IScriptingOptions 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration 네임스페이스