UnbindFromColumn メソッド (String, String, String)
指定されたテーブル スキーマを使用して、指定された列から既定値またはルールをバインド解除します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub UnbindFromColumn ( _
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.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
)
パラメーター
- tablename
型: System. . :: . .String
列が存在するテーブルを示す String 値です。
- colname
型: System. . :: . .String
列を示す String 値です。
- tableschema
型: System. . :: . .String
テーブル スキーマを示す String 値です。