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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.