Свойство ScriptOption.FullTextCatalogs
Gets an object value that specifies whether full-text catalogs are included in the generated script.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property FullTextCatalogs As ScriptOption
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents FullTextCatalogs in the scripting options.