Свойство Table.FileTableNamespaceEnabled

Gets or sets a value that indicates whether the FileTable namespace is enabled.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileTableNamespaceEnabled As Boolean 
    Get 
    Set
'Применение
Dim instance As Table 
Dim value As Boolean 

value = instance.FileTableNamespaceEnabled

instance.FileTableNamespaceEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool FileTableNamespaceEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool FileTableNamespaceEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileTableNamespaceEnabled : bool with get, set
function get FileTableNamespaceEnabled () : boolean 
function set FileTableNamespaceEnabled (value : boolean)

Значение свойства

Тип: System.Boolean
true if the FileTable namespace is enabled; otherwise, false.

См. также

Справочник

Table Класс

Пространство имен Microsoft.SqlServer.Management.Smo