Metoda AlterImplInit
Metoda wywoływana po zmianie obiektu zdarzenie jest zainicjowany.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Protected Sub AlterImplInit ( _
<OutAttribute> ByRef alterQuery As StringCollection, _
<OutAttribute> ByRef so As ScriptingOptions _
)
'Użycie
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
)
Parameters
- alterQuery
Typ: System.Collections.Specialized. . :: . .StringCollection%
Wskaźnik do StringCollection.
- so
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions%
Wskaźnik do ScriptingOptions.