共用方式為


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 命名空間