DeploymentContributorInformation Class

Provides information that identifies a deployment contributor.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorInformation

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class DeploymentContributorInformation
'Usage
Dim instance As DeploymentContributorInformation
public sealed class DeploymentContributorInformation
public ref class DeploymentContributorInformation sealed
[<SealedAttribute>]
type DeploymentContributorInformation =  class end
public final class DeploymentContributorInformation

The DeploymentContributorInformation type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ExtensionId Gets or sets the Id of the extension that implements the deployment contributor.
Public property Version Gets or sets the version of the deployment contributor extension (optional).

Top

Methods

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

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.SqlServer.Dac.Deployment Namespace