Metodo CreateImplInit
Metodo chiamato quando l'evento Create viene inizializzato.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub CreateImplInit ( _
<OutAttribute> ByRef createQuery As StringCollection, _
<OutAttribute> ByRef so As ScriptingOptions _
)
'Utilizzo
Dim createQuery As StringCollection
Dim so As ScriptingOptions
Me.CreateImplInit(createQuery, so)
protected void CreateImplInit(
out StringCollection createQuery,
out ScriptingOptions so
)
protected:
void CreateImplInit(
[OutAttribute] StringCollection^% createQuery,
[OutAttribute] ScriptingOptions^% so
)
member CreateImplInit :
createQuery:StringCollection byref *
so:ScriptingOptions byref -> unit
protected function CreateImplInit(
createQuery : StringCollection,
so : ScriptingOptions
)
Parametri
- createQuery
Tipo: System.Collections.Specialized. . :: . .StringCollection%
Puntatore all'oggetto StringCollection di query.
- so
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions%
Puntatore all'oggetto ScriptingOptions.