CheckCollection-Klasse
The CheckCollection class represents a collection of Check objects that represent all the check constraints defined on the parent object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class CheckCollection _
Inherits SimpleObjectCollectionBase
'Usage
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
Hinweise
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
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Vererbungshierarchie
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch