Partager via


Classe DeploymentContributorInformation

Provides information that identifies a deployment contributor.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DeploymentContributorInformation
'Utilisation
Dim instance As DeploymentContributorInformation
public sealed class DeploymentContributorInformation
public ref class DeploymentContributorInformation sealed
[<SealedAttribute>]
type DeploymentContributorInformation =  class end
public final class DeploymentContributorInformation

Le type DeploymentContributorInformation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DeploymentContributorInformation Initializes a new instance of the DeploymentContributorInformation class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExtensionId Gets or sets the Id of the extension that implements the deployment contributor.
Propriété publique Version Gets or sets the version of the deployment contributor extension (optional).

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac.Deployment