다음을 통해 공유


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 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

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