다음을 통해 공유


VariablesCollection 멤버

Contains a collection of PkgVariable objects, representing the inner or outer variables of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.

VariablesCollection 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 VariablesCollection Initializes a new instance of VariablesCollection.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Creates and adds a PkgVariable to the end of the collection.
공용 메서드 Clear Removes all elements from the collection.
공용 메서드 CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetElement(Int32) Gets an element with the specified index from the collection.
공용 메서드 GetElement(String) Gets an element with the specified name from the collection.
공용 메서드 GetEnumerator Returns an enumerator that can iterate through the collection.
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드정적 멤버 LoadFromString Creates and adds one or more elements, from a delimited string, to the end of the collection.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Remove Removes the element with the specified index from the collection
공용 메서드 ToString Returns a delimited string that represents the contents of the collection. (Object. . :: . .ToString() () () ()을(를) 재정의합니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of elements contained in the collection.
공용 속성 IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
공용 속성 SyncRoot Gets an object that can be used to synchronize access to the collection.

맨 위로 이동