ISqlLegacyDataConstraints.BoundTargets プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property BoundTargets As IList(Of ISqlLegacyDataConstraintTarget)
'使用
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>
プロパティ値
型 : System.Collections.Generic.IList<ISqlLegacyDataConstraintTarget>