ISql90Constraint.DefiningTable Property

Gets or sets the constrained table.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DefiningTable As ISql90SpecifiesTable
ISql90SpecifiesTable DefiningTable { get; set; }
property ISql90SpecifiesTable^ DefiningTable {
    ISql90SpecifiesTable^ get ();
    void set (ISql90SpecifiesTable^ value);
}
abstract DefiningTable : ISql90SpecifiesTable with get, set
function get DefiningTable () : ISql90SpecifiesTable
function set DefiningTable (value : ISql90SpecifiesTable)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90SpecifiesTable

.NET Framework Security

See Also

Reference

ISql90Constraint Interface

DefiningTable Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace