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.