Share via


IDTSParameter100 인터페이스

정의

패키지 매개 변수와 프로젝트 매개 변수 모두에 사용되는 추상 기본 클래스의 인터페이스를 나타냅니다.

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 개체의 값을 가져오거나 설정합니다.

적용 대상