ProjectVariablesWrapper 클래스

정의

중요

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

프로젝트 변수 래퍼의 컬렉션을 포함합니다.

public ref class ProjectVariablesWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100, System::Collections::IEnumerable
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ProjectVariablesWrapper = class
    interface IDTSVariables100
    interface IEnumerable
Public NotInheritable Class ProjectVariablesWrapper
Implements IDTSVariables100, IEnumerable
상속
ProjectVariablesWrapper
특성
구현

생성자

ProjectVariablesWrapper(Project)

지정한 프로젝트를 사용하여 ProjectVariablesWrapper 클래스의 새 인스턴스를 초기화합니다.

속성

Count

ProjectVariablesWrapper 인스턴스에 포함된 요소 수를 가져옵니다.

Item[Object]

IDTSVariable100 컬렉션에서 지정한 ProjectVariablesWrapper 개체를 가져옵니다.

Locked

ProjectVariablesWrapper 컬렉션의 변수가 잠겼는지 여부를 가져옵니다.

메서드

Add(String, Boolean, String, Object)

지정한 IDTSVariable100 개체를 ProjectVariablesWrapper 인스턴스에 추가합니다.

Contains(Object)

인덱싱을 사용하여 ProjectVariablesWrapper 컬렉션의 항목에 액세스할 수 있는지 여부를 나타냅니다.

GetEnumerator()

IEnumerator 인스턴스에서 ProjectVariablesWrapper 개체를 반환합니다.

Join(IDTSVariable100)

IDTSVariable100 컬렉션에 ProjectVariablesWrapper 변수를 조인합니다.

Remove(Object)

ProjectVariablesWrapper 인스턴스에서 변수 개체를 제거합니다.

Unlock()

변수 컬렉션에서 변수에 대한 잠금을 해제합니다.

적용 대상