ProjectVariablesWrapper 클래스

Contains a collection of project variables wrapper.

이 API는 CLS 규격이 아닙니다. 

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

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

구문

‘선언
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
‘사용 방법
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
    IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
    IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =  
    class 
        interface IDTSVariables100 
        interface IEnumerable 
    end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable

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

생성자

  이름 설명
공용 메서드 ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
공용 속성 Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
공용 속성 Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
공용 메서드 Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
공용 메서드 Remove Removes a variable object from the ProjectVariablesWrapper instance.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Unlock Releases the locks on the variables on the variables collection.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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