Compartilhar via


Classe PackageSettings

Contains the settings for a deployment package.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Deployment..::..PackageSettings

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

Sintaxe

'Declaração
<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

O tipo PackageSettings expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública AssemblyVersion Gets the version of the assembly that created this package.
Propriedade pública ContainsData Gets or sets a value indicating whether this package contains Master Data.
Propriedade pública CreatedBy Gets or sets the name of the user who created this package.
Propriedade pública CreatedDate Gets or sets the date this package was created.
Propriedade pública DeploymentType Gets or sets the type of this package.
Propriedade pública ProductVersion Gets the version of the product that created this package.
Propriedade pública Version Gets the version of this package.

Início

Métodos

  Nome Descrição
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 ToString (Herdado de Object.)

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.