AlterImplInit 메서드
개체 변경 이벤트가 초기화되면 호출되는 메서드입니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Sub AlterImplInit ( _
<OutAttribute> ByRef alterQuery As StringCollection, _
<OutAttribute> ByRef so As ScriptingOptions _
)
‘사용 방법
Dim alterQuery As StringCollection
Dim so As ScriptingOptions
Me.AlterImplInit(alterQuery, so)
protected void AlterImplInit(
out StringCollection alterQuery,
out ScriptingOptions so
)
protected:
void AlterImplInit(
[OutAttribute] StringCollection^% alterQuery,
[OutAttribute] ScriptingOptions^% so
)
member AlterImplInit :
alterQuery:StringCollection byref *
so:ScriptingOptions byref -> unit
protected function AlterImplInit(
alterQuery : StringCollection,
so : ScriptingOptions
)
매개 변수
- alterQuery
유형: System.Collections.Specialized. . :: . .StringCollection%
StringCollection 에 대한 포인터입니다.
- so
유형: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions%
ScriptingOptions 에 대한 포인터입니다.