ScriptingOptions.IncludeFullTextCatalogRootPath 属性
Gets or sets a value that indicates whether the full text catalog root path is included.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Property IncludeFullTextCatalogRootPath As Boolean
Get
Set
用法
Dim instance As ScriptingOptions
Dim value As Boolean
value = instance.IncludeFullTextCatalogRootPath
instance.IncludeFullTextCatalogRootPath = value
public bool IncludeFullTextCatalogRootPath { get; set; }
public:
property bool IncludeFullTextCatalogRootPath {
bool get ();
void set (bool value);
}
member IncludeFullTextCatalogRootPath : bool with get, set
function get IncludeFullTextCatalogRootPath () : boolean
function set IncludeFullTextCatalogRootPath (value : boolean)
属性值
类型:System.Boolean
True if the full text catalog root path is included; otherwise, false.
示例
Visual Basic
Dim scOps As New ScriptingOptions()
scOps.IncludeFullTextCatalogRootPath = true
PowerShell
$scOps = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$scOps.IncludeFullTextCatalogRootPath = $TRUE
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间