IScriptingOptions.ScriptFullTextCatalogs 속성

Gets a value indicating whether the script includes the full-text catalogs.

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

구문

‘선언
ReadOnly Property ScriptFullTextCatalogs As Boolean 
    Get
‘사용 방법
Dim instance As IScriptingOptions 
Dim value As Boolean 

value = instance.ScriptFullTextCatalogs
bool ScriptFullTextCatalogs { get; }
property bool ScriptFullTextCatalogs {
    bool get ();
}
abstract ScriptFullTextCatalogs : bool
function get ScriptFullTextCatalogs () : boolean

속성 값

유형: System.Boolean
true if the full text catalogs are included in the script; otherwise, false.

참고 항목

참조

IScriptingOptions 인터페이스

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