CheckCollection.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.