Compartilhar via


Classe Package

Represents a deployment package.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Deployment.Package

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class Package
'Uso
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package =  class end
public class Package

O tipo Package expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Package Initializes a new instance of the Package class with the default values.

Início

Propriedades

  Nome Descrição
Propriedade pública BusinessRules Gets or sets the business rule set contained in the package.
Propriedade pública ExportViews Infraestrutura. Gets or sets a collection of export view for a package.
Propriedade pública MasterData Gets or sets the master data contained in the package.
Propriedade pública Metadata Gets or sets the metadata contained in the package.
Propriedade pública ModelId Gets the identifier of the model the package contains.
Propriedade pública Settings Gets or sets the package settings for the package.

Início

Métodos

  Nome Descrição
Método públicoMembro estático Deserialize(Stream) Infraestrutura. Deserializes a package from the specified stream.
Método públicoMembro estático Deserialize(String) Deserializes a package from the file system.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Serialize(Stream) Infraestrutura. Serializes the package to a stream.
Método público Serialize(String) Serializes the package to the file system.
Método público ToString (Herdado de Object.)
Método público Validate Checks the package for various expected conditions.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Deployment