Package 클래스
Represents a deployment package.
상속 계층
System.Object
Microsoft.MasterDataServices.Deployment.Package
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
<SerializableAttribute> _
Public Class Package
‘사용 방법
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
Package 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
Package | Initializes a new instance of the Package class with the default values. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
BusinessRules | Gets or sets the business rule set contained in the package. | |
ExportViews | 인프라입니다. Gets or sets a collection of export view for a package. | |
MasterData | Gets or sets the master data contained in the package. | |
Metadata | Gets or sets the metadata contained in the package. | |
ModelId | Gets the identifier of the model the package contains. | |
Settings | Gets or sets the package settings for the package. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Deserialize(Stream) | 인프라입니다. Deserializes a package from the specified stream. | |
Deserialize(String) | Deserializes a package from the file system. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
Serialize(Stream) | 인프라입니다. Serializes the package to a stream. | |
Serialize(String) | Serializes the package to the file system. | |
ToString | (Object에서 상속됨) | |
Validate | Checks the package for various expected conditions. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.