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 | |
---|---|---|
PackageSettings | Initializes a new instance of the PackageSettings class with default values. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AssemblyVersion | Gets the version of the assembly that created this package. | |
ContainsData | Gets or sets a value indicating whether this package contains Master Data. | |
CreatedBy | Gets or sets the name of the user who created this package. | |
CreatedDate | Gets or sets the date this package was created. | |
DeploymentType | Gets or sets the type of this package. | |
ProductVersion | Gets the version of the product that created this package. | |
Version | Gets the version of this package. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.