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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.