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 default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AssemblyVersion Gets the version of the assembly that created this package.
Öffentliche Eigenschaft ContainsData Gets or sets a value indicating whether this package contains Master Data.
Öffentliche Eigenschaft CreatedBy Gets or sets the name of the user who created this package.
Öffentliche Eigenschaft CreatedDate Gets or sets the date this package was created.
Öffentliche Eigenschaft DeploymentType Gets or sets the type of this package.
Öffentliche Eigenschaft ProductVersion Gets the version of the product that created this package.
Öffentliche Eigenschaft Version Gets the version of this 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.