ISql100TableType.Constraints Property
Gets the list of constraints on the table type.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Constraints As IList(Of ISql100TableTypeConstraint)
IList<ISql100TableTypeConstraint> Constraints { get; }
property IList<ISql100TableTypeConstraint^>^ Constraints {
IList<ISql100TableTypeConstraint^>^ get ();
}
abstract Constraints : IList<ISql100TableTypeConstraint>
function get Constraints () : IList<ISql100TableTypeConstraint>
Property Value
Type: System.Collections.Generic.IList<ISql100TableTypeConstraint>
.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.