다음을 통해 공유


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

참고 항목

참조

Microsoft.MasterDataServices.Deployment 네임스페이스