VariableDispenserClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
변수 디스펜서 클래스를 나타냅니다.
public ref class VariableDispenserClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableDispenserClass = class
interface VariableDispenser
interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")>]
type VariableDispenserClass = class
interface VariableDispenser
interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")>]
type VariableDispenserClass = class
interface VariableDispenser
interface IDTSVariableDispenser100
Public Class VariableDispenserClass
Implements VariableDispenser
- 상속
-
VariableDispenserClass
- 특성
- 구현
생성자
VariableDispenserClass() |
VariableDispenserClass 클래스의 새 인스턴스를 초기화합니다. |
메서드
Contains(String) |
예외를 발생시키지 않고 인덱싱을 사용하여 컬렉션에서 항목을 검색할 수 있는지 여부를 지정합니다. |
GetQualifiedName(String) |
변수의 정규화된 이름을 반환합니다. |
GetVariables(IDTSVariables100) |
읽기 전용 목록 및 읽기/쓰기 목록에 있는 변수를 잠급니다. |
LockForRead(String) |
읽기 전용 액세스를 위해 잠글 변수 목록에 변수를 추가합니다. |
LockForWrite(String) |
읽기/쓰기 액세스를 위해 잠글 변수 목록에 변수를 추가합니다. |
LockOneForRead(String, IDTSVariables100) |
목록에 변수를 배치하고 읽기 전용 액세스를 위해 잠급니다. |
LockOneForWrite(String, IDTSVariables100) |
목록에 변수를 배치하고 읽기/쓰기 액세스를 위해 잠급니다. |
Reset() |
읽기 전용 목록과 읽기/쓰기 목록을 모두 지웁니다. |