PackageSettings-Klasse

Contains the settings for a deployment package.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

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

Syntax

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

Der PackageSettings-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PackageSettings Initializes a new instance of the PackageSettings class with the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AssemblyVersion Gets the version of the assembly that created the package.
Öffentliche Eigenschaft ContainsData Gets or sets a value that indicates whether the package contains Master Data.
Öffentliche Eigenschaft CreatedBy Gets or sets the name of the user who created the package.
Öffentliche Eigenschaft CreatedDate Gets or sets the date the package was created.
Öffentliche Eigenschaft DeploymentType Gets or sets the type of the package.
Öffentliche Eigenschaft ProductVersion Gets the version of the product that created the package.
Öffentliche Eigenschaft Version Gets the version of the package.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace