Bagikan melalui


DefaultRuleBase.BindToDataType Method

Binds the default or rule to a data type.

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

Syntax

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

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

Parameters

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

Examples

Creating, Altering, and Removing Defaults

Creating, Altering, and Removing Rules

See Also

Reference

DefaultRuleBase Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Working with Database Objects

Rules

Defaults

sp_bindrule (Transact-SQL)

sp_bindefault (Transact-SQL)