Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a deployment package.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Deployment.Package
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Package
'Usage
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
Der Package-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
Package | Initializes a new instance of the Package class with the default values. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
BusinessRules | Gets or sets the business rule set contained in the package. |
![]() |
ExportViews | Infrastruktur 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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
Deserialize(Stream) | Infrastruktur Deserializes a package from the specified stream. |
![]() ![]() |
Deserialize(String) | Deserializes a package from the file system. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Serialize(Stream) | Infrastruktur Serializes the package to a stream. |
![]() |
Serialize(String) | Serializes the package to the file system. |
![]() |
ToString | (Geerbt von Object.) |
![]() |
Validate | Checks the package for various expected conditions. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)