다음을 통해 공유


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.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask..::..VariablesCollection

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

구문

‘선언
Public Class VariablesCollection _
    Implements ICollection, IEnumerable
‘사용 방법
Dim instance As VariablesCollection
public class VariablesCollection : ICollection, 
    IEnumerable
public ref class VariablesCollection : ICollection, 
    IEnumerable
type VariablesCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public class VariablesCollection implements ICollection, IEnumerable

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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() () () ()을(를) 재정의함)

맨 위로 이동

스레드 보안

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