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. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)