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 命名空间