Partilhar via


Classe DeploymentContributorInformation

Provides information that identifies a deployment contributor.

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo DeploymentContributorInformation expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DeploymentContributorInformation Initializes a new instance of the DeploymentContributorInformation class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionId Gets or sets the Id of the extension that implements the deployment contributor.
Propriedade pública Version Gets or sets the version of the deployment contributor extension (optional).

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dac.Deployment