Freigeben über


ScriptOption.FullTextCatalogs-Eigenschaft

Gets an object value that specifies whether full-text catalogs are included in the generated script.

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

Syntax

'Declaration
Public Shared ReadOnly Property FullTextCatalogs As ScriptOption 
    Get
'Usage
Dim value As ScriptOption 

value = ScriptOption.FullTextCatalogs
public static ScriptOption FullTextCatalogs { get; }
public:
static property ScriptOption^ FullTextCatalogs {
    ScriptOption^ get ();
}
static member FullTextCatalogs : ScriptOption
static function get FullTextCatalogs () : ScriptOption

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents FullTextCatalogs in the scripting options.

Beispiele

Skripterstellung

Siehe auch

Verweis

ScriptOption Klasse

Microsoft.SqlServer.Management.Smo-Namespace