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.