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 | |
---|---|---|
DeploymentContributorInformation | Initializes a new instance of the DeploymentContributorInformation class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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). |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.