Compartir a través de


Clase DeploymentContributorInformation

Provides information that identifies a deployment contributor.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public NotInheritable Class DeploymentContributorInformation
'Uso
Dim instance As DeploymentContributorInformation
public sealed class DeploymentContributorInformation
public ref class DeploymentContributorInformation sealed
[<SealedAttribute>]
type DeploymentContributorInformation =  class end
public final class DeploymentContributorInformation

El tipo DeploymentContributorInformation expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DeploymentContributorInformation Initializes a new instance of the DeploymentContributorInformation class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ExtensionId Gets or sets the Id of the extension that implements the deployment contributor.
Propiedad pública Version Gets or sets the version of the deployment contributor extension (optional).

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac.Deployment