共用方式為


DefaultRuleBase.BindToColumn 方法 (String, String, String)

Binds the default or rule to the specified column in the specified table with the specified schema.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub BindToColumn ( _
    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.BindToColumn(tablename, colname, _
    tableschema)
public void BindToColumn(
    string tablename,
    string colname,
    string tableschema
)
public:
void BindToColumn(
    String^ tablename, 
    String^ colname, 
    String^ tableschema
)
member BindToColumn : 
        tablename:string * 
        colname:string * 
        tableschema:string -> unit
public function BindToColumn(
    tablename : String, 
    colname : String, 
    tableschema : String
)

參數

  • tablename
    型別:System.String
    A String value that specifies the name of the table in which the column resides.
  • tableschema
    型別:System.String
    A String value that specifies the name of the table schema.

範例

建立、改變和移除預設值

建立、改變和移除規則

請參閱

參考

DefaultRuleBase 類別

BindToColumn 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用資料庫物件

規則

預設值

sp_bindrule (Transact-SQL)

sp_bindefault (Transact-SQL)