IDTSParameter100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지 매개 변수와 프로젝트 매개 변수 모두에 사용되는 추상 기본 클래스의 인터페이스를 나타냅니다.
public interface class IDTSParameter100
[System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameter100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")]
public interface IDTSParameter100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")]
public interface IDTSParameter100
[<System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameter100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")>]
type IDTSParameter100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")>]
type IDTSParameter100 = interface
Public Interface IDTSParameter100
- 파생
- 특성
속성
DataType |
매개 변수 개체의 데이터 형식을 가져옵니다. |
IncludeInDebugDump |
Parameter 개체가 디버그 덤프에 포함되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Required |
Parameter 개체가 필수 매개 변수인지 여부를 나타내는 값을 가져오거나 설정합니다. |
Sensitive |
Parameter 개체가 중요한 데이터를 포함하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Value |
Parameter 개체의 값을 가져오거나 설정합니다. |