다음을 통해 공유


UnbindRule 메서드

Unbinds the currently bound rule from the column.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub UnbindRule
‘사용 방법
Dim instance As Column

instance.UnbindRule()
public void UnbindRule()
public:
void UnbindRule()
member UnbindRule : unit -> unit 
public function UnbindRule()

주의

[!참고]

Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.