BindToColumn 메서드 (String, String)
Binds the default or rule to the specified column in the specified table.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub BindToColumn ( _
tablename As String, _
colname As String _
)
‘사용 방법
Dim instance As DefaultRuleBase
Dim tablename As String
Dim colname As String
instance.BindToColumn(tablename, colname)
public void BindToColumn(
string tablename,
string colname
)
public:
void BindToColumn(
String^ tablename,
String^ colname
)
member BindToColumn :
tablename:string *
colname:string -> unit
public function BindToColumn(
tablename : String,
colname : String
)
매개 변수
- tablename
형식: System. . :: . .String
A String value that specifies the name of the table in which the column resides.
- colname
형식: System. . :: . .String
A String value that specifies the name of the column.