다음을 통해 공유


VariableDispenser 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

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 VariableDispenser _
    Inherits IDTSVariableDispenser100
‘사용 방법
Dim instance As VariableDispenser
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface VariableDispenser : IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class VariableDispenser : IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type VariableDispenser =  
    interface 
        interface IDTSVariableDispenser100 
    end
public interface VariableDispenser extends IDTSVariableDispenser100

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

메서드

  이름 설명
공용 메서드 Contains 인프라입니다. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 GetQualifiedName 인프라입니다. Returns the qualified name of the variable. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 GetVariables 인프라입니다. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 LockForRead 인프라입니다. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 LockForWrite 인프라입니다. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 LockOneForRead 인프라입니다. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 LockOneForWrite 인프라입니다. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)
공용 메서드 Reset 인프라입니다. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. (IDTSVariableDispenser100에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스