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
)
パラメーター
- alterQuery
型: System.Collections.Specialized. . :: . .StringCollection%
StringCollection を指すポインターです。
- so
型: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions%
ScriptingOptions を指すポインターです。