IDTSParameter100 介面
此 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. |
上層