다음을 통해 공유


BindDefaultImpl 메서드

매개 변수로 식별된 기본 항목을 바인딩합니다.

네임스페이스:  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
)

매개 변수