ISqlConstraint.DefiningTable Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DefiningTable As ISqlSpecifiesTable
'Usage
Dim instance As ISqlConstraint
Dim value As ISqlSpecifiesTable
value = instance.DefiningTable
instance.DefiningTable = value
ISqlSpecifiesTable DefiningTable { get; set; }
property ISqlSpecifiesTable^ DefiningTable {
ISqlSpecifiesTable^ get ();
void set (ISqlSpecifiesTable^ value);
}
function get DefiningTable () : ISqlSpecifiesTable
function set DefiningTable (value : ISqlSpecifiesTable)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlSpecifiesTable
.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.