Compartir a través de


Check.IsFileTableDefined Propiedad

Gets a value that specifies whether the check constraint defines a file table.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFileTableDefined As Boolean 
    Get
'Uso
Dim instance As Check 
Dim value As Boolean 

value = instance.IsFileTableDefined
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFileTableDefined { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsFileTableDefined {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFileTableDefined : bool
function get IsFileTableDefined () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the check constraint defines a file table; otherwise, false.

Vea también

Referencia

Check Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo