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.