次の方法で共有


Table.FileTableNamespaceEnabled プロパティ

FileTable 名前空間が有効かどうかを示す値を取得します。値の設定も可能です。

名前空間:  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
FileTable 名前空間が有効な場合は true、それ以外の場合は false。

関連項目

参照

Table クラス

Microsoft.SqlServer.Management.Smo 名前空間