Metodo SqlSmoObject.UnbindRuleImpl
Unbinds rules of the SqlSmoObject.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub UnbindRuleImpl ( _
bindColumns As Boolean _
)
'Utilizzo
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
)
Parametri
- bindColumns
Tipo: System.Boolean
A Boolean value that specifies whether to bind columns future only.