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