次の方法で共有


AlterImplInit メソッド

Object-Altered イベントの初期化時に呼び出されるメソッドです。

名前空間:  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
)

パラメーター