Класс DeploymentContributorInformation

Provides information that identifies a deployment contributor.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public NotInheritable Class DeploymentContributorInformation
'Применение
Dim instance As DeploymentContributorInformation
public sealed class DeploymentContributorInformation
public ref class DeploymentContributorInformation sealed
[<SealedAttribute>]
type DeploymentContributorInformation =  class end
public final class DeploymentContributorInformation

Тип DeploymentContributorInformation обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DeploymentContributorInformation Initializes a new instance of the DeploymentContributorInformation class.

В начало

Свойства

  Имя Описание
Открытое свойство 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).

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Deployment