ISql100TableTypeConstraint.Parent Property
Gets a table type parent.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Parent As ISql100TableType
Get
'Usage
Dim instance As ISql100TableTypeConstraint
Dim value As ISql100TableType
value = instance.Parent
ISql100TableType Parent { get; }
property ISql100TableType^ Parent {
ISql100TableType^ get ();
}
function get Parent () : ISql100TableType
abstract Parent : ISql100TableType
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100TableType
Returns a ISql100TableType.
.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.
See Also
Reference
ISql100TableTypeConstraint Interface