Remove méthode (Check)
Removes a Check object from the CheckCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
check As Check _
)
'Utilisation
Dim instance As CheckCollection
Dim check As Check
instance.Remove(check)
public void Remove(
Check check
)
public:
void Remove(
Check^ check
)
member Remove :
check:Check -> unit
public function Remove(
check : Check
)
Paramètres
- check
Type : Microsoft.SqlServer.Management.Smo. . :: . .Check
A Check object value that specifies the check constraint to be removed from the CheckCollection collection.