Partager via


Classe PackageSettings

Contains the settings for a deployment package.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class PackageSettings
'Utilisation
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings =  class end
public class PackageSettings

Le type PackageSettings expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PackageSettings Initializes a new instance of the PackageSettings class with the default values.

Haut de la page

Propriétés

  Nom Description
Propriété publique AssemblyVersion Gets the version of the assembly that created the package.
Propriété publique ContainsData Gets or sets a value that indicates whether the package contains Master Data.
Propriété publique CreatedBy Gets or sets the name of the user who created the package.
Propriété publique CreatedDate Gets or sets the date the package was created.
Propriété publique DeploymentType Gets or sets the type of the package.
Propriété publique ProductVersion Gets the version of the product that created the package.
Propriété publique Version Gets the version of the package.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Deployment