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 default values. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.