Table.FileTableNamespaceEnabled Propiedad
Gets or sets a value that indicates whether the FileTable namespace is enabled.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Boolean
true if the FileTable namespace is enabled; otherwise, false.