Remove 方法 (Check)
Removes a Check object from the CheckCollection collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Remove ( _
check As Check _
)
用法
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
)
参数
- check
类型:Microsoft.SqlServer.Management.Smo. . :: . .Check
A Check object value that specifies the check constraint to be removed from the CheckCollection collection.