Freigeben über


IncludeFullTextCatalogRootPath-Eigenschaft

Gets or sets the IncludeFullTextCatalogRootPath property value.

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

Syntax

'Declaration
Public Property IncludeFullTextCatalogRootPath As Boolean
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .Boolean
Boolean

Beispiele

Visual Basic

Dim scOps As New ScriptingOptions()
scOps.IncludeFullTextCatalogRootPath = true

PowerShell

$scOps = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$scOps.IncludeFullTextCatalogRootPath = $TRUE