DeploymentContributorInformation Class

 

Updated: April 20, 2017

Represents the information that identifies a deployment contributor.

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

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

public ref class DeploymentContributorInformation sealed 

NameDescription
System_CAPS_pubmethodDeploymentContributorInformation()

Initializes a new instance of the DeploymentContributorInformation class.

NameDescription
System_CAPS_pubpropertyExtensionId

Represents the extension identifier that implements the deployment contributor.

System_CAPS_pubpropertyVersion

Gets or sets the version of the deployment contributor extension (optional).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: