Metodo UnbindRuleImpl
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
Vedere anche