Класс Package
Represents a deployment package.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Deployment.Package
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Package
'Применение
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
Тип Package обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
Package | Initializes a new instance of the Package class with the default values. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
BusinessRules | Gets or sets the business rule set contained in the package. |
![]() |
ExportViews | Инфраструктура. Gets or sets a collection of export view for a package. |
![]() |
MasterData | Gets or sets the master data contained in the package. |
![]() |
Metadata | Gets or sets the metadata contained in the package. |
![]() |
ModelId | Gets the identifier of the model the package contains. |
![]() |
Settings | Gets or sets the package settings for the package. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() ![]() |
Deserialize(Stream) | Инфраструктура. Deserializes a package from the specified stream. |
![]() ![]() |
Deserialize(String) | Deserializes a package from the file system. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Serialize(Stream) | Инфраструктура. Serializes the package to a stream. |
![]() |
Serialize(String) | Serializes the package to the file system. |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Checks the package for various expected conditions. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.