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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间