Remove Método (Check)
Removes a Check object from the CheckCollection collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
check As Check _
)
'Uso
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
)
Parámetros
- check
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Check
A Check object value that specifies the check constraint to be removed from the CheckCollection collection.
Vea también