Package 클래스
Represents a deployment packgae.
상속 계층
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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
BusinessRules | Gets or sets the business rule set contained in this package. | |
MasterData | Gets or sets the MasterData contained in this package. | |
Metadata | Gets or sets the metadata contained in this package. | |
ModelId | Gets the identifier of the model this package contains. | |
Settings | Gets or sets the package settings for this package. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Deserialize(MemoryStream) | Deserializes a package from the specified memory stream. | |
Deserialize(String) | Deserializes a package from the file system. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
Serialize() () () () | Serializes a package to a memory stream. | |
Serialize(String) | Serializes the package to the file system. | |
ToString | (Object에서 상속됨) | |
Validate | Checks the package for various expected conditions. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.