UnbindRuleImpl-Methode
Hebt die Bindung der Regeln von SqlSmoObject auf.
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
)
Parameter
- bindColumns
Typ: System. . :: . .Boolean
Ein boolescher Wert, der angibt, ob Spalten nur zukünftig gebunden werden sollen.