ISqlLegacyDataConstraintTarget.RulesDefaults Property

Gets a list of rule defaults.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property RulesDefaults As IList(Of ISqlLegacyDataConstraints)
    Get
'Usage
Dim instance As ISqlLegacyDataConstraintTarget
Dim value As IList(Of ISqlLegacyDataConstraints)

value = instance.RulesDefaults
IList<ISqlLegacyDataConstraints> RulesDefaults { get; }
property IList<ISqlLegacyDataConstraints^>^ RulesDefaults {
    IList<ISqlLegacyDataConstraints^>^ get ();
}
function get RulesDefaults () : IList<ISqlLegacyDataConstraints>
abstract RulesDefaults : IList<ISqlLegacyDataConstraints>

Property Value

Type: System.Collections.Generic.IList<ISqlLegacyDataConstraints>
Returns a list of ISqlLegacyDataConstraints instances.

.NET Framework Security

See Also

Reference

ISqlLegacyDataConstraintTarget Interface

ISqlLegacyDataConstraintTarget Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace