다음을 통해 공유


PackageInfo 클래스

Contains properties that return all the information relating to a package, such as the date it was created, version numbers, and package size. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.PackageInfo

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class PackageInfo _
    Inherits DtsObject
‘사용 방법
Dim instance As PackageInfo
public sealed class PackageInfo : DtsObject
public ref class PackageInfo sealed : public DtsObject
[<SealedAttribute>]
type PackageInfo =  
    class 
        inherit DtsObject 
    end
public final class PackageInfo extends DtsObject

PackageInfo 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CreationDate Gets the date and time that the package was created. This property is read-only.
공용 속성 Description Gets the description given to the package when it was created. This property is read-only.
공용 속성 Flags Gets an enumeration that describes whether the package is a folder or package. This property is read-only.
공용 속성 Folder The name and path of the folder that contains the package. This property is read-only.
공용 속성 Name Gets the name given to the package when it was created. This property is read-only.
공용 속성 PackageDataSize Returns the size of data for the package. This property is read-only.
공용 속성 PackageGuid Gets the unique identifier assigned to the package when it was created. This property is read-only.
공용 속성 VersionBuild Returns the build version of the package. This property is read-only.
공용 속성 VersionComments Returns comments associated with the package. This property is read-only.
공용 속성 VersionGUID Returns a unique GUID that is generated when the package is first created. This property is read-only.
공용 속성 VersionMajor Returns the major build version of the package. This property is read-only.
공용 속성 VersionMinor Returns the minor build version of the package. This property is read-only.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스