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
)