Partager via


Propriété ScriptingOptions.IncludeFullTextCatalogRootPath

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property IncludeFullTextCatalogRootPath As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
True if the full text catalog root path is included; otherwise, false.

Exemples

Visual Basic

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

PowerShell

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

Voir aussi

Référence

ScriptingOptions Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Création de scripts