Sdílet prostřednictvím


ISqlLegacyDataConstraintTarget.RulesDefaults – vlastnost

Získá seznam omezení, která platí pro tento cíl.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ISqlLegacyDataConstraints>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlLegacyDataConstraintTarget Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů