CreateImplInit 메서드

만들기 이벤트가 초기화되면 호출되는 메서드입니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Sub CreateImplInit ( _
    <OutAttribute> ByRef createQuery As StringCollection, _
    <OutAttribute> ByRef so As ScriptingOptions _
)
‘사용 방법
Dim createQuery As StringCollection
Dim so As ScriptingOptions

Me.CreateImplInit(createQuery, so)
protected void CreateImplInit(
    out StringCollection createQuery,
    out ScriptingOptions so
)
protected:
void CreateImplInit(
    [OutAttribute] StringCollection^% createQuery, 
    [OutAttribute] ScriptingOptions^% so
)
member CreateImplInit : 
        createQuery:StringCollection byref * 
        so:ScriptingOptions byref -> unit 
protected function CreateImplInit(
    createQuery : StringCollection, 
    so : ScriptingOptions
)

매개 변수