Freigeben über


DefaultRuleBase.UnbindFromDataType-Methode

Unbinds the default or rule from the specified data type

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub UnbindFromDataType ( _
    datatypename As String, _
    bindcolumns As Boolean _
)
'Usage
Dim instance As DefaultRuleBase 
Dim datatypename As String 
Dim bindcolumns As Boolean

instance.UnbindFromDataType(datatypename, _
    bindcolumns)
public void UnbindFromDataType(
    string datatypename,
    bool bindcolumns
)
public:
void UnbindFromDataType(
    String^ datatypename, 
    bool bindcolumns
)
member UnbindFromDataType : 
        datatypename:string * 
        bindcolumns:bool -> unit
public function UnbindFromDataType(
    datatypename : String, 
    bindcolumns : boolean
)

Parameter

  • bindcolumns
    Typ: System.Boolean
    A Boolean value that specifies whether to unbind the default or rule from data types that are already bound to a column.

Beispiele

Erstellen, Ändern und Löschen von Standardwerten

Erstellen, Ändern und Löschen von Regeln

Siehe auch

Verweis

DefaultRuleBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Arbeiten mit Datenbankobjekten

Regeln

Standardwerte

sp_unbindefault (Transact-SQL)

sp_unbindrule (Transact-SQL)