共用方式為


Package 類別

Represents a deployment packgae.

繼承階層

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 default values.

上層

屬性

  名稱 說明
公用屬性 BusinessRules Gets or sets the business rule set contained in this package.
公用屬性 MasterData Gets or sets the MasterData contained in this package.
公用屬性 Metadata Gets or sets the metadata contained in this package.
公用屬性 ModelId Gets the identifier of the model this package contains.
公用屬性 Settings Gets or sets the package settings for this package.

上層

方法

  名稱 說明
公用方法靜態成員 Deserialize(MemoryStream) Deserializes a package from the specified memory stream.
公用方法靜態成員 Deserialize(String) Deserializes a package from the file system.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Serialize() () () () Serializes a package to a memory stream.
公用方法 Serialize(String) Serializes the package to the file system.
公用方法 ToString (繼承自 Object。)
公用方法 Validate Checks the package for various expected conditions.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。