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.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
어셈블리: Microsoft.SqlServer.Exec80PackageTask.dll의 Microsoft.SqlServer.Exec80PackageTask
구문
‘선언
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
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask..::..VariablesCollection
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.