共用方式為


SqlSmoObject.BindDefaultImpl 方法

Binds the default items identified by the parameters.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Sub BindDefaultImpl ( _
    defaultSchema As String, _
    defaultName As String, _
    bindColumns As Boolean _
)
'用途
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
)

參數

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

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間