ISqlLegacyDataConstraintTarget.RulesDefaults 属性

获取应用于此目标的约束的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property RulesDefaults As IList(Of ISqlLegacyDataConstraints)
    Get
IList<ISqlLegacyDataConstraints> RulesDefaults { get; }
property IList<ISqlLegacyDataConstraints^>^ RulesDefaults {
    IList<ISqlLegacyDataConstraints^>^ get ();
}
abstract RulesDefaults : IList<ISqlLegacyDataConstraints>
function get RulesDefaults () : IList<ISqlLegacyDataConstraints>

属性值

类型:System.Collections.Generic.IList<ISqlLegacyDataConstraints>

.NET Framework 安全性

请参见

参考

ISqlLegacyDataConstraintTarget 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间