Classe CheckCollection
The CheckCollection class represents a collection of Check objects that represent all the check constraints defined on the parent object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CheckCollection _
Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As CheckCollection
public sealed class CheckCollection : SimpleObjectCollectionBase
public ref class CheckCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type CheckCollection =
class
inherit SimpleObjectCollectionBase
end
public final class CheckCollection extends SimpleObjectCollectionBase
Notes
A CheckCollection object can be used to gain access to a set of check constraints. You can use the Item property to return a specific Check object.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..CheckCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi