Aracılığıyla paylaş


ForeignKey.IsFileTableDefined Property

Gets or sets whether the file table is defined.

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

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFileTableDefined As Boolean
    Get
'Kullanım
Dim instance As ForeignKey
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

Property Value

Type: System.Boolean
True if the file table is defined; Otherwise, false.

See Also

Reference

ForeignKey Class

Microsoft.SqlServer.Management.Smo Namespace