SqlSmoObject.UnbindRuleImpl 方法
Unbinds rules of the SqlSmoObject.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Sub UnbindRuleImpl ( _
bindColumns As Boolean _
)
'用途
Dim bindColumns As Boolean
Me.UnbindRuleImpl(bindColumns)
protected void UnbindRuleImpl(
bool bindColumns
)
protected:
void UnbindRuleImpl(
bool bindColumns
)
member UnbindRuleImpl :
bindColumns:bool -> unit
protected function UnbindRuleImpl(
bindColumns : boolean
)
參數
- bindColumns
型別:System.Boolean
A Boolean value that specifies whether to bind columns future only.