SqlClrTemplateWizard Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project..::..SqlClrTemplateWizard

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public NotInheritable Class SqlClrTemplateWizard _
    Implements IWizard
'Usage
Dim instance As SqlClrTemplateWizard
public sealed class SqlClrTemplateWizard : IWizard
public ref class SqlClrTemplateWizard sealed : IWizard
[<SealedAttribute>]
type SqlClrTemplateWizard =  
    class
        interface IWizard
    end
public final class SqlClrTemplateWizard implements IWizard

The SqlClrTemplateWizard type exposes the following members.

Constructors

  Name Description
Public method SqlClrTemplateWizard Initializes a new instance of the SqlClrTemplateWizard class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IWizardBeforeOpeningFile
Explicit interface implemetationPrivate method IWizardProjectFinishedGenerating
Explicit interface implemetationPrivate method IWizardProjectItemFinishedGenerating
Explicit interface implemetationPrivate method IWizardRunFinished
Explicit interface implemetationPrivate method IWizardRunStarted
Explicit interface implemetationPrivate method IWizardShouldAddProjectItem

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace