Clase PackageSettings

Contains the settings for a deployment package.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class PackageSettings
'Uso
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings =  class end
public class PackageSettings

El tipo PackageSettings expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AssemblyVersion Gets the version of the assembly that created the package.
Propiedad pública ContainsData Gets or sets a value that indicates whether the package contains Master Data.
Propiedad pública CreatedBy Gets or sets the name of the user who created the package.
Propiedad pública CreatedDate Gets or sets the date the package was created.
Propiedad pública DeploymentType Gets or sets the type of the package.
Propiedad pública ProductVersion Gets the version of the product that created the package.
Propiedad pública Version Gets the version of the package.

Arriba

Métodos

  Nombre Descripción
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 ToString (Se hereda de Object.)

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