ForeignKey.IsFileTableDefined Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether the file table is defined.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFileTableDefined { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property bool IsFileTableDefined {
    bool get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFileTableDefined : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property IsFileTableDefined As Boolean

Property Value

Type: System.Boolean

True if the file table is defined; Otherwise, false.

See Also

ForeignKey Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top