Constraint.TableName Property

Get the table name for the specified Constraint object..

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public ReadOnly Property TableName As String
    Get
'Usage
Dim instance As Constraint
Dim value As String

value = instance.TableName
public string TableName { get; }
public:
property String^ TableName {
    String^ get ();
}
member TableName : string
function get TableName () : String

Property Value

Type: System.String
The table name.

See Also

Reference

Constraint Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace