다음을 통해 공유


PackageSettings 클래스

Contains the settings for a deployment package.

상속 계층

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

네임스페이스:  Microsoft.MasterDataServices.Deployment
어셈블리:  Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)

구문

‘선언
<SerializableAttribute> _
Public Class PackageSettings
‘사용 방법
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings =  class end
public class PackageSettings

PackageSettings 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 PackageSettings Initializes a new instance of the PackageSettings class with the default values.

맨 위로 이동

속성

  이름 설명
공용 속성 AssemblyVersion Gets the version of the assembly that created the package.
공용 속성 ContainsData Gets or sets a value that indicates whether the package contains Master Data.
공용 속성 CreatedBy Gets or sets the name of the user who created the package.
공용 속성 CreatedDate Gets or sets the date the package was created.
공용 속성 DeploymentType Gets or sets the type of the package.
공용 속성 ProductVersion Gets the version of the product that created the package.
공용 속성 Version Gets the version of the package.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.MasterDataServices.Deployment 네임스페이스