Freigeben über


DeploymentContributorInformation-Klasse

Provides information that identifies a deployment contributor.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class DeploymentContributorInformation
'Usage
Dim instance As DeploymentContributorInformation
public sealed class DeploymentContributorInformation
public ref class DeploymentContributorInformation sealed
[<SealedAttribute>]
type DeploymentContributorInformation =  class end
public final class DeploymentContributorInformation

Der DeploymentContributorInformation-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DeploymentContributorInformation Initializes a new instance of the DeploymentContributorInformation class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExtensionId Gets or sets the Id of the extension that implements the deployment contributor.
Öffentliche Eigenschaft Version Gets or sets the version of the deployment contributor extension (optional).

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Deployment-Namespace