IDTSProject100 인터페이스

정의

패키지와 매개 변수를 포함하는 인터페이스를 나타냅니다.

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
특성

속성

OfflineMode

프로젝트가 오프라인 모드에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

ProtectionLevelRequireConsistency

프로젝트에 대한 보호 수준에 일관성이 필요한지 여부를 가져옵니다.

메서드

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)

프로젝트에 대한 암호를 일치시킵니다.

적용 대상