Compartir a través de


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 default values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AssemblyVersion Gets the version of the assembly that created this package.
Propiedad pública ContainsData Gets or sets a value indicating whether this package contains Master Data.
Propiedad pública CreatedBy Gets or sets the name of the user who created this package.
Propiedad pública CreatedDate Gets or sets the date this package was created.
Propiedad pública DeploymentType Gets or sets the type of this package.
Propiedad pública ProductVersion Gets the version of the product that created this package.
Propiedad pública Version Gets the version of this 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.