BindToColumn メソッド (String, String, String)
指定されたスキーマを使用して、指定されたテーブル内の指定された列に既定値またはルールをバインドします。
名前空間: 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
列が存在するテーブルの名前を示す String 値です。
- colname
型: System. . :: . .String
列の名前を示す String 値です。
- tableschema
型: System. . :: . .String
テーブル スキーマの名前を示す String 値です。