Metoda DefaultRuleBase.UnbindFromColumn (String, String, String)
Rozpina domyślnego lub reguły z określonej kolumna ze schematem określonej tabela.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub UnbindFromColumn ( _
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.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
)
Parametry
- tablename
Typ: System.String
A String wartość określająca tabela, w którym znajduje się kolumna.
- colname
Typ: System.String
A String wartość określająca kolumna.
- tableschema
Typ: System.String
A String wartość określająca schematu tabela.