SqlSmoObject.CreateImplFinish Method
Method called when the create event finishes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CreateImplFinish ( _
createQuery As StringCollection, _
so As ScriptingOptions _
)
'Usage
Dim createQuery As StringCollection
Dim so As ScriptingOptions
Me.CreateImplFinish(createQuery, _
so)
protected void CreateImplFinish(
StringCollection createQuery,
ScriptingOptions so
)
protected:
void CreateImplFinish(
StringCollection^ createQuery,
ScriptingOptions^ so
)
member CreateImplFinish :
createQuery:StringCollection *
so:ScriptingOptions -> unit
protected function CreateImplFinish(
createQuery : StringCollection,
so : ScriptingOptions
)
Parameters
- createQuery
Type: System.Collections.Specialized.StringCollection
A StringCollection.
- so
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.