SqlSmoObject.BindDefaultImpl Method (String, String, Boolean)

 

Applies To: SQL Server 2016 Preview

Binds the default items identified by the parameters.

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

Syntax

protected void BindDefaultImpl(
    string defaultSchema,
    string defaultName,
    bool bindColumns
)
protected:
void BindDefaultImpl(
    String^ defaultSchema,
    String^ defaultName,
    bool bindColumns
)
member BindDefaultImpl : 
        defaultSchema:string *
        defaultName:string *
        bindColumns:bool -> unit
Protected Sub BindDefaultImpl (
    defaultSchema As String,
    defaultName As String,
    bindColumns As Boolean
)

Parameters

  • defaultSchema
    Type: System.String

    A string value that specifies the default schema.

  • defaultName
    Type: System.String

    A string value that specifies the default name.

  • bindColumns
    Type: System.Boolean

    A Boolean value that specifies whether to bind columns.

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top