CheckCollection.Add Method
Adds a Check object to the CheckCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub Add ( _
check As Check _
)
'Kullanım
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.