Compartilhar via


Propriedade do RDL Table.FileTableNamespaceEnabled

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileTableNamespaceEnabled As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
true if the FileTable namespace is enabled; otherwise, false.

Consulte também

Referência

Table Classe

Namespace Microsoft.SqlServer.Management.Smo