Share via


IDTSProject100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents an interface which contains packages and parameters.

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

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
‘사용 방법
Dim instance As IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface class IDTSProject100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")>]
type IDTSProject100 =  interface end
public interface IDTSProject100

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

속성

  이름 설명
공용 속성 OfflineMode 인프라입니다. Gets or sets a value that indicates whether the project is on offline mode.
공용 속성 ProtectionLevelRequireConsistency 인프라입니다. Gets whether consistency is required for the level of protection on the project.

맨 위로 이동

메서드

  이름 설명
공용 메서드 ContainsPackage 인프라입니다. Specified whether the package is contained in the project.
공용 메서드 EnsureConnectionsAreLoaded 인프라입니다. Ensures that the connections are loaded for the project.
공용 메서드 GetConfiguredPackageByName 인프라입니다. Gets the configured package by name.
공용 메서드 GetConnections 인프라입니다. Gets the connections for the package.
공용 메서드 GetPackage 인프라입니다. Gets the package for the project.
공용 메서드 GetPackageByName 인프라입니다. Gets the package by name.
공용 메서드 GetPackageCount 인프라입니다. Returns the number of package for the project.
공용 메서드 GetPackageNoLoad 인프라입니다. Gets the package that doesn’t have a load.
공용 메서드 GetParameter 인프라입니다. Gets the collection of the project parameters.
공용 메서드 GetParameterCount 인프라입니다. Gets the number of parameter.
공용 메서드 GetParameterVariable 인프라입니다. Gets the parameter variable for the project.
공용 메서드 GetParameterVariableByID 인프라입니다. Gets the parameter variable by identifier.
공용 메서드 GetParameterVariableByName 인프라입니다. Gets the parameter variable by name.
공용 메서드 GetProtectionLevel 인프라입니다. Gets the protection level of the project.
공용 메서드 GetVariables 인프라입니다. Gets the variables for the project.
공용 메서드 MatchPassword 인프라입니다. Matches the password for the project.

맨 위로 이동

참고 항목

참조

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