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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.