UserDefinedDataType.UnbindRule メソッド (Boolean)

ユーザー定義データ型からルールのバインドを解除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub UnbindRule ( _
    bindColumns As Boolean _
)
'使用
Dim instance As UserDefinedDataType 
Dim bindColumns As Boolean

instance.UnbindRule(bindColumns)
public void UnbindRule(
    bool bindColumns
)
public:
void UnbindRule(
    bool bindColumns
)
member UnbindRule : 
        bindColumns:bool -> unit
public function UnbindRule(
    bindColumns : boolean
)

パラメーター

  • bindColumns
    型: System.Boolean
    既にルールが列にバインドされている場合、ルールがユーザー定義データ型にバインドされるかどうかを示す Boolean 値です。True の場合、ルールはユーザー定義データ型にバインドされます。False の場合、ルールはユーザー定義データ型にバインドされません。

使用例

スクリプト

関連項目

参照

UserDefinedDataType クラス

UnbindRule オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データ型 (データベース エンジン)

CREATE TYPE (Transact-SQL)