SqlSmoObject.AlterImplInit Method

Method called when object-altered event is intialized.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Sub AlterImplInit ( _
    <OutAttribute> ByRef alterQuery As StringCollection, _
    <OutAttribute> ByRef so As ScriptingOptions _
)
'Usage
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
)