Compartir a través de


ISqlLegacyDataConstraintTarget.RulesDefaults (Propiedad)

Obtiene la lista de restricciones que se aplican a este destino.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlLegacyDataConstraintTarget Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)