IDTSProject100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지와 매개변수를 포함하는 인터페이스를 나타냅니다.
public interface class IDTSProject100
[System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")]
public interface IDTSProject100
[<System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")>]
type IDTSProject100 = interface
Public Interface IDTSProject100
- 특성
속성
| Name | Description |
|---|---|
| OfflineMode |
프로젝트가 오프라인 모드인지 여부를 나타내는 값을 받거나 설정합니다. |
| ProtectionLevelRequireConsistency |
프로젝트 보호 수준에 따라 일관성이 필요한지 여부를 판단합니다. |
메서드
| Name | Description |
|---|---|
| ContainsPackage(String) |
패키지가 프로젝트에 포함되어 있는지 여부를 명시합니다. |
| EnsureConnectionsAreLoaded() |
프로젝트에 맞는 연결이 제대로 로드되었는지 확인합니다. |
| GetConfiguredPackageByName(String) |
이름으로 구성된 패키지를 받습니다. |
| GetConnections() |
패키지 연결 번호를 받아. |
| GetPackage(Int32, String) |
프로젝트 패키지를 받는다. |
| GetPackageByName(String) |
패키지 이름을 받아. |
| GetPackageCount() |
프로젝트의 패키지 번호를 반환합니다. |
| GetPackageNoLoad(Int32, String) |
짐이 없는 소포를 받는다. |
| GetParameter(Int32) |
프로젝트 매개변수 모음을 받습니다. |
| GetParameterCount() |
매개변수 수를 얻습니다. |
| GetParameterVariable(Int32) |
프로젝트의 파라미터 변수를 얻습니다. |
| GetParameterVariableByID(String) |
식별자로 매개변수 변수를 얻습니다. |
| GetParameterVariableByName(String) |
매개변수 변수 이름을 받아옵니다. |
| GetProtectionLevel() |
프로젝트의 보호 등급을 받습니다. |
| GetVariables() |
프로젝트 변수들을 받아냅니다. |
| MatchPassword(String) |
프로젝트 비밀번호와 일치합니다. |