Méthode SqlSmoObject.UnbindRuleImpl
Unbinds rules of the SqlSmoObject.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub UnbindRuleImpl ( _
bindColumns As Boolean _
)
'Utilisation
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
)
Paramètres
- bindColumns
Type : System.Boolean
A Boolean value that specifies whether to bind columns future only.