Condividi tramite


Metodo SqlSmoObject.BindDefaultImpl

Binds the default items identified by the parameters.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Sub BindDefaultImpl ( _
    defaultSchema As String, _
    defaultName As String, _
    bindColumns As Boolean _
)
'Utilizzo
Dim defaultSchema As String 
Dim defaultName As String 
Dim bindColumns As Boolean 

Me.BindDefaultImpl(defaultSchema, _
    defaultName, bindColumns)
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 function BindDefaultImpl(
    defaultSchema : String, 
    defaultName : String, 
    bindColumns : boolean
)

Parametri

  • defaultSchema
    Tipo: System.String
    A string value that specifies the default schema.
  • defaultName
    Tipo: System.String
    A string value that specifies the default name.
  • bindColumns
    Tipo: System.Boolean
    A Boolean value that specifies whether to bind columns.

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo