Freigeben über


DefaultRuleBase.UnbindFromColumn-Methode (String, String)

Unbinds the default or rule from the specified column.

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

Syntax

'Declaration
Public Sub UnbindFromColumn ( _
    tablename As String, _
    colname As String _
)
'Usage
Dim instance As DefaultRuleBase 
Dim tablename As String 
Dim colname As String

instance.UnbindFromColumn(tablename, _
    colname)
public void UnbindFromColumn(
    string tablename,
    string colname
)
public:
void UnbindFromColumn(
    String^ tablename, 
    String^ colname
)
member UnbindFromColumn : 
        tablename:string * 
        colname:string -> unit
public function UnbindFromColumn(
    tablename : String, 
    colname : String
)

Parameter

  • tablename
    Typ: System.String
    A String value that specifies the table in which the column resides.

Beispiele

Erstellen, Ändern und Löschen von Standardwerten

Erstellen, Ändern und Löschen von Regeln

Siehe auch

Verweis

DefaultRuleBase Klasse

UnbindFromColumn-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Arbeiten mit Datenbankobjekten

Regeln

Standardwerte

sp_unbindefault (Transact-SQL)

sp_unbindrule (Transact-SQL)