Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unbinds rules of the SqlSmoObject.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub UnbindRuleImpl ( _
bindColumns As Boolean _
)
'Usage
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
)
Parameters
- bindColumns
Type: System.Boolean
A Boolean value that specifies whether to bind columns future only.