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 | |
---|---|---|
PackageSettings | Initializes a new instance of the PackageSettings class with default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.