ApplicationClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지 개체를 찾고 액세스합니다.
public ref class ApplicationClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")>]
type ApplicationClass = class
interface IDTSApplication150
interface Application
Public Class ApplicationClass
Implements Application
- 상속
-
ApplicationClass
- 특성
- 구현
생성자
ApplicationClass() |
ApplicationClass 클래스의 새 인스턴스를 초기화합니다. |
속성
CheckSignatureOnLoad |
런타임이 패키지를 로드할 때 패키지의 디지털 서명을 확인해야 할지 여부를 나타내는 값을 가져오거나 설정합니다. |
ComponentStorePath |
파이프라인 구성 요소가 저장된 경로를 반환합니다. 이 속성은 읽기 전용입니다. |
ConnectionInfos |
ConnectionInfos 개체가 포함된 ConnectionInfo 컬렉션을 반환합니다. 이 속성은 읽기 전용입니다. |
DataTypeInfos |
DataTypeInfos 개체가 포함된 DataTypeInfo 컬렉션을 반환합니다. 이 속성은 읽기 전용입니다. |
DBProviderInfos |
애플리케이션의 DBProviderInfos 개체를 포함하는 DBProviderInfo 컬렉션을 반환합니다. 이 속성은 읽기 전용입니다. |
ForEachEnumeratorInfos |
ForEachEnumeratorInfos 개체가 포함된 ForEachEnumeratorInfo 컬렉션을 반환합니다. 이 속성은 읽기 전용입니다. |
LogProviderInfos |
LogProviderInfos 개체가 포함된 LogProviderInfo 컬렉션을 반환합니다. 이 속성은 읽기 전용입니다. |
PackagePassword |
패키지에 대한 암호 값을 설정합니다. 이 속성은 쓰기 전용입니다. |
PackageUpgradeOptions |
업그레이드 프로세스 중 Integration Services 패키지의 컬렉션에 적용할 업그레이드 옵션을 나타내는 값을 가져오거나 설정합니다. |
PipelineComponentInfos |
PipelineComponentInfos 개체가 포함된 PipelineComponentInfo 컬렉션을 반환합니다. |
ProjectPassword |
패키지에 대한 프로젝트 암호 값을 설정합니다. |
TaskInfos | |
UpdateObjects |
업데이트된 버전을 찾을 경우 패키지 로드 시 확장 가능한 개체를 업데이트할 수 있는지 여부를 나타내는 부울을 가져오거나 설정합니다. |
UpdatePackage |
업데이트된 버전을 찾을 때 패키지를 업데이트할 수 있는지 여부를 나타내는 부울을 가져오거나 설정합니다. |