Класс 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