ProjectVariablesWrapper 클래스
Contains a collection of project variables wrapper.
이 API는 CLS 규격이 아닙니다.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
Implements IDTSVariables100, IEnumerable
‘사용 방법
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100,
IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100,
IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =
class
interface IDTSVariables100
interface IEnumerable
end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable
ProjectVariablesWrapper 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ProjectVariablesWrapper | Initializes a new instance of the ProjectVariablesWrapper class using the specified project. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Count | Gets the number of elements contained in the ProjectVariablesWrapper instance. | |
Item | Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection. | |
Locked | Gets whether the variables in the ProjectVariablesWrapper collection are locked. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance. | |
Contains | Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing. | |
Equals | (Object에서 상속됨) | |
GetEnumerator | Returns an IEnumerator object from ProjectVariablesWrapper instance. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
Join | Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection. | |
Remove | Removes a variable object from the ProjectVariablesWrapper instance. | |
ToString | (Object에서 상속됨) | |
Unlock | Releases the locks on the variables on the variables collection. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.