Właściwość ScriptingOptions.IncludeFullTextCatalogRootPath
Pobiera lub ustawia wartość właściwość IncludeFullTextCatalogRootPath.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property IncludeFullTextCatalogRootPath As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Boolean
Przykłady
Visual Basic
Dim scOps As New ScriptingOptions()
scOps.IncludeFullTextCatalogRootPath = true
PowerShell
$scOps = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$scOps.IncludeFullTextCatalogRootPath = $TRUE
Zobacz także