DefaultRuleBase.UnbindFromColumn 메서드 (String, String, String)

Unbinds the default or rule from the specified column with the specified table schema.

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

구문

‘선언
Public Sub UnbindFromColumn ( _
    tablename As String, _
    colname As String, _
    tableschema As String _
)
‘사용 방법
Dim instance As DefaultRuleBase 
Dim tablename As String 
Dim colname As String 
Dim tableschema As String

instance.UnbindFromColumn(tablename, _
    colname, tableschema)
public void UnbindFromColumn(
    string tablename,
    string colname,
    string tableschema
)
public:
void UnbindFromColumn(
    String^ tablename, 
    String^ colname, 
    String^ tableschema
)
member UnbindFromColumn : 
        tablename:string * 
        colname:string * 
        tableschema:string -> unit
public function UnbindFromColumn(
    tablename : String, 
    colname : String, 
    tableschema : String
)

매개 변수

  • tablename
    유형: System.String
    A String value that specifies the table in which the column resides.

기본값 생성, 변경 및 제거

규칙 생성, 변경 및 제거

참고 항목

참조

DefaultRuleBase 클래스

UnbindFromColumn 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 개체 작업

규칙

기본값

sp_unbindefault(Transact-SQL)

sp_unbindrule(Transact-SQL)