다음을 통해 공유


ProjectVariablesWrapper.GetEnumerator 메서드

정의

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

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper/<GetEnumerator>d__7))]
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper/<GetEnumerator>d__7))>]
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator

반환

IEnumerator 인스턴스의 ProjectVariablesWrapper입니다.

구현

특성

적용 대상