PackageInfo 클래스

Represents a class for package information.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.PackageInfo

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public NotInheritable Class PackageInfo _
    Inherits SfcInstance _
    Implements ISfcAlterable, IAlterable, ISfcDiscoverObject
‘사용 방법
Dim instance As PackageInfo
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class PackageInfo : SfcInstance, 
    ISfcAlterable, IAlterable, ISfcDiscoverObject
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class PackageInfo sealed : public SfcInstance, 
    ISfcAlterable, IAlterable, ISfcDiscoverObject
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type PackageInfo =  
    class 
        inherit SfcInstance 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcDiscoverObject 
    end
public final class PackageInfo extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDiscoverObject

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

속성

  이름 설명
보호된 속성 AbstractIdentityKey (SfcInstance에서 상속됨)
공용 속성 Description Gets or sets the description of the package.
공용 속성 EntryPoint Gets whether the package info is an entry point.
공용 속성 IdentityKey Gets the identity key of the package.
공용 속성 Metadata (SfcInstance에서 상속됨)
공용 속성 Name Gets or sets the name of the package.
공용 속성 PackageId Gets the package identifier.
공용 속성 Parameters Gets the parameters of the package.
공용 속성 Parent Gets or sets the parent of the package.
공용 속성 Properties (SfcInstance에서 상속됨)
보호된 속성 State (SfcInstance에서 상속됨)
공용 속성 Urn (SfcInstance에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Alter Alters the package in the back-end server.
보호된 메서드 CreateIdentityKey (SfcInstance에서 상속됨)
공용 메서드 Discover (SfcInstance에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 Execute(Boolean, EnvironmentReference) Executes a package with the specified reference.
공용 메서드 Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>) Executes a package with the specified reference and value parameters.
공용 메서드 Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>) Executes a package with the specified reference, value parameters and property override parameters.
보호된 메서드 GetChildCollection (SfcInstance에서 상속됨)
공용 메서드 GetDomain (SfcInstance에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드정적 멤버 GetObjectFactory Retrieves the factory to create a new instance.
공용 메서드 GetPropertySet (SfcInstance에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 GetTypeMetadataImpl (SfcInstance에서 상속됨)
보호된 메서드 InitializeUIPropertyState (SfcInstance에서 상속됨)
보호된 메서드 OnPropertyMetadataChanges (SfcInstance에서 상속됨)
보호된 메서드 OnPropertyValueChanges (SfcInstance에서 상속됨)
공용 메서드 Refresh (SfcInstance에서 상속됨)
보호된 메서드 ResetKey (SfcInstance에서 상속됨)
공용 메서드 ScriptAlter Indicates a script to alter the project.
공용 메서드 ScriptExecute(Boolean, EnvironmentReference) Executes the package script using the specified reference.
공용 메서드 ScriptExecute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>) Executes the package script using the specified reference and value parameters.
공용 메서드 ScriptExecute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>) Executes the package script using the specified reference, value parameters, and property override parameters.
공용 메서드 ScriptValidate Validates a specified package script.
공용 메서드 Serialize (SfcInstance에서 상속됨)
공용 메서드 ToString (SfcInstance에서 상속됨)
공용 메서드 Validate Validates a specified package.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 PropertyChanged (SfcInstance에서 상속됨)
공용 이벤트 PropertyMetadataChanged (SfcInstance에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ISfcDiscoverObject.Discover Specifies whether to discover children.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스