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 | |
---|---|---|
DeploymentContributorInformation | Initializes a new instance of the DeploymentContributorInformation class. |
Top
Properties
Name | Description | |
---|---|---|
ExtensionId | Gets or sets the Id of the extension that implements the deployment contributor. | |
Version | Gets or sets the version of the deployment contributor extension (optional). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.