Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a Check object to the CheckCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
check As Check _
)
'Usage
Dim instance As CheckCollection
Dim check As Check
instance.Add(check)
public void Add(
Check check
)
public:
void Add(
Check^ check
)
member Add :
check:Check -> unit
public function Add(
check : Check
)
Parameters
- check
Type: Microsoft.SqlServer.Management.Smo.Check
A Check object value that is to be added into the CheckCollection collection.