IDTSVariableDispenser100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents a variable dispenser class. For more information, see VariableDispenserClass.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface IDTSVariableDispenser100
‘사용 방법
Dim instance As IDTSVariableDispenser100
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type IDTSVariableDispenser100 = interface end
public interface IDTSVariableDispenser100
IDTSVariableDispenser100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Contains | 인프라입니다. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. | |
GetQualifiedName | 인프라입니다. Returns the qualified name of the variable. For more information, see VariableDispenserClass. | |
GetVariables | 인프라입니다. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. | |
LockForRead | 인프라입니다. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. | |
LockForWrite | 인프라입니다. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. | |
LockOneForRead | 인프라입니다. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. | |
LockOneForWrite | 인프라입니다. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. | |
Reset | 인프라입니다. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. |
맨 위로 이동