Compartir a través de


Checks Propiedad

Represents a collection of Check objects. Each Check object represents a check constraint defined on the table.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Check))> _
Public ReadOnly Property Checks As CheckCollection
    Get
'Uso
Dim instance As Table
Dim value As CheckCollection

value = instance.Checks
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Check))]
public CheckCollection Checks { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Check))]
public:
property CheckCollection^ Checks {
    CheckCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Check))>]
member Checks : CheckCollection
function get Checks () : CheckCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .CheckCollection
A Check object that represents all the check constraints that are defined on the table.