UnbindDefaultImpl 메서드
SqlSmoObject 의 기본 열을 바인딩 해제합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Sub UnbindDefaultImpl ( _
bindColumns As Boolean _
)
‘사용 방법
Dim bindColumns As Boolean
Me.UnbindDefaultImpl(bindColumns)
protected void UnbindDefaultImpl(
bool bindColumns
)
protected:
void UnbindDefaultImpl(
bool bindColumns
)
member UnbindDefaultImpl :
bindColumns:bool -> unit
protected function UnbindDefaultImpl(
bindColumns : boolean
)
매개 변수
- bindColumns
유형: System. . :: . .Boolean
향후에만 열을 바인딩할지 여부를 지정하는 부울 값입니다.