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
)

参数