Condividi tramite


Classe PackageSettings

Contains the settings for a deployment package.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class PackageSettings
'Utilizzo
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings =  class end
public class PackageSettings

Nel tipo PackageSettings sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PackageSettings Initializes a new instance of the PackageSettings class with default values.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AssemblyVersion Gets the version of the assembly that created this package.
Proprietà pubblica ContainsData Gets or sets a value indicating whether this package contains Master Data.
Proprietà pubblica CreatedBy Gets or sets the name of the user who created this package.
Proprietà pubblica CreatedDate Gets or sets the date this package was created.
Proprietà pubblica DeploymentType Gets or sets the type of this package.
Proprietà pubblica ProductVersion Gets the version of the product that created this package.
Proprietà pubblica Version Gets the version of this package.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.