This topic has not yet been rated - Rate this topic

ScriptingOptions.IncludeFullTextCatalogRootPath Property

Gets or sets a value that indicates whether the full text catalog root path is included.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

public bool IncludeFullTextCatalogRootPath { get; set; }

Property Value

Type: 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
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ