Package Class
SQL Server 2008 R2
Represents a deployment packgae.
Namespace:
Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
The Package type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | Deserialize(MemoryStream) | Deserializes a package from the specified memory stream. |
![]() ![]() | Deserialize(String) | Deserializes a package from the file system. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Serialize() | Serializes a package to a memory stream. |
![]() | Serialize(String) | Serializes the package to the file system. |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Checks the package for various expected conditions. |

