다음을 통해 공유


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
)

매개 변수