UnbindFromColumn 方法 (String, String)
Unbinds the default or rule from the specified column.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub UnbindFromColumn ( _
tablename As String, _
colname As String _
)
'用途
Dim instance As DefaultRuleBase
Dim tablename As String
Dim colname As String
instance.UnbindFromColumn(tablename, _
colname)
public void UnbindFromColumn(
string tablename,
string colname
)
public:
void UnbindFromColumn(
String^ tablename,
String^ colname
)
member UnbindFromColumn :
tablename:string *
colname:string -> unit
public function UnbindFromColumn(
tablename : String,
colname : String
)
參數
- tablename
型別:System. . :: . .String
A String value that specifies the table in which the column resides.
- colname
型別:System. . :: . .String
A String value that specifies the column.