BindDefaultImpl 메서드
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
- defaultName
형식: System. . :: . .String
- bindColumns
형식: System. . :: . .Boolean