Metodo Remove (Check)
Removes a Check object from the CheckCollection collection.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
check As Check _
)
'Utilizzo
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
)
Parametri
- check
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Check
A Check object value that specifies the check constraint to be removed from the CheckCollection collection.
Vedere anche