Metoda DefaultRuleBase.BindToColumn (String, String, String)
Wiąże domyślną lub reguła określona kolumna określonej tabela z określonym schematem.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub BindToColumn ( _
tablename As String, _
colname As String, _
tableschema As String _
)
'Użycie
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
)
Parametry
- tablename
Typ: System.String
A String wartość, która określa nazwę tabela, w którym znajduje się kolumna.
- colname
Typ: System.String
A String wartość, która określa nazwę kolumna.
- tableschema
Typ: System.String
A String wartość, która określa nazwę schematu tabela.