다음을 통해 공유


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 네임스페이스