Condividi tramite


Proprietà ScriptOption.FullTextCatalogs

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property FullTextCatalogs As ScriptOption 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Generazione di script

Vedere anche

Riferimento

ScriptOption Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo