Поделиться через


Класс ProjectVersion

Represents a class for a project version.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion

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

Синтаксис

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

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

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey (Производный от SfcInstance.)
Открытое свойство CreatedBy Gets the user the instance is created by.
Открытое свойство CreatedTime Gets the create time of the project.
Открытое свойство Description Gets or sets the description of the instance.
Открытое свойство IdentityKey Gets the identity key.
Открытое свойство LastRestoredTime Gets the last restored time of the project.
Открытое свойство Metadata (Производный от SfcInstance.)
Открытое свойство ObjectId Gets the project ID.
Открытое свойство ObjectName Gets the name of the project.
Открытое свойство Parent Gets or sets the parent.
Открытое свойство Properties (Производный от SfcInstance.)
Открытое свойство RestoredBy Gets the user the instance is restored by.
Защищенное свойство State (Производный от SfcInstance.)
Открытое свойство Urn (Производный от SfcInstance.)
Открытое свойство VersionLsn Gets the version Lsn.

В начало

Методы

  Имя Описание
Защищенный метод CreateIdentityKey (Производный от SfcInstance.)
Открытый метод Discover (Производный от SfcInstance.)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection (Производный от SfcInstance.)
Открытый метод GetDomain (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectFactory Retrieves the factory to create a new instance.
Открытый метод GetPropertySet (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges (Производный от SfcInstance.)
Открытый метод Refresh (Производный от SfcInstance.)
Защищенный метод ResetKey (Производный от SfcInstance.)
Открытый метод Restore Restores the project to this version.
Открытый метод Serialize (Производный от SfcInstance.)
Открытый метод ToString (Производный от SfcInstance.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged (Производный от SfcInstance.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.IntegrationServices