이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents an interface for the abstract base class used by both package parameter and project parameter.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface IDTSParameter100
‘사용 방법
Dim instance As IDTSParameter100
[GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface IDTSParameter100
[GuidAttribute(L"05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface class IDTSParameter100
[<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")>]
type IDTSParameter100 = interface end
public interface IDTSParameter100
IDTSParameter100 유형에서 다음 멤버를 표시합니다.
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
DataType | 인프라입니다. Gets the data type of the Parameter object. |
![]() |
IncludeInDebugDump | 인프라입니다. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. |
![]() |
Required | 인프라입니다. Gets or sets a value that indicates whether the Parameter object is a required parameter. |
![]() |
Sensitive | 인프라입니다. Gets or sets a value that indicates whether the Parameter object contains sensitive data. |
![]() |
Value | 인프라입니다. Gets or sets the value of the Parameter object. |
맨 위로 이동
.gif)