Partager via


Checks propriété

Represents a collection of Check objects. Each Check object represents a check constraint defined on the user-defined function.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Check))> _
Public ReadOnly Property Checks As CheckCollection
    Get
'Utilisation
Dim instance As UserDefinedFunction
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

Valeur de la propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .CheckCollection
A CheckCollection object that represents all the check constraints defined on the user-defined function.

Notes

This property is only valid for multi-statement table-valued functions.