Clase Package

Represents a deployment package.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Deployment.Package

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
<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

El tipo Package expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Package Initializes a new instance of the Package class with the default values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BusinessRules Gets or sets the business rule set contained in the package.
Propiedad pública ExportViews Infraestructura. Gets or sets a collection of export view for a package.
Propiedad pública MasterData Gets or sets the master data contained in the package.
Propiedad pública Metadata Gets or sets the metadata contained in the package.
Propiedad pública ModelId Gets the identifier of the model the package contains.
Propiedad pública Settings Gets or sets the package settings for the package.

Arriba

Métodos

  Nombre Descripción
Método públicoMiembro estático Deserialize(Stream) Infraestructura. Deserializes a package from the specified stream.
Método públicoMiembro estático Deserialize(String) Deserializes a package from the file system.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Serialize(Stream) Infraestructura. Serializes the package to a stream.
Método público Serialize(String) Serializes the package to the file system.
Método público ToString (Se hereda de Object.)
Método público Validate Checks the package for various expected conditions.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Deployment