Dela via


ISqlLegacyDataConstraints.BoundTargets Property

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

Syntax

'Declaration
ReadOnly Property BoundTargets As IList(Of ISqlLegacyDataConstraintTarget)
'Usage
Dim instance As ISqlLegacyDataConstraints 
Dim value As IList(Of ISqlLegacyDataConstraintTarget)

value = instance.BoundTargets
IList<ISqlLegacyDataConstraintTarget> BoundTargets { get; }
property IList<ISqlLegacyDataConstraintTarget^>^ BoundTargets {
    IList<ISqlLegacyDataConstraintTarget^>^ get ();
}
function get BoundTargets () : IList<ISqlLegacyDataConstraintTarget>

Property Value

Type: System.Collections.Generic.IList<ISqlLegacyDataConstraintTarget>

.NET Framework Security

See Also

Reference

ISqlLegacyDataConstraints Interface

ISqlLegacyDataConstraints Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace