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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.