IDTSVariable100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see Variable.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface IDTSVariable100
用法
Dim instance As IDTSVariable100
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface class IDTSVariable100
[<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")>]
type IDTSVariable100 =  interface end
public interface IDTSVariable100

IDTSVariable100 类型公开以下成员。

属性

  名称 说明
公共属性 DataType 基础结构。For more information, see Variable.
公共属性 EvaluateAsExpression 基础结构。For more information, see Variable.
公共属性 IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
公共属性 Namespace 基础结构。For more information, see Variable.
公共属性 QualifiedName 基础结构。For more information, see Variable.
公共属性 RaiseChangedEvent 基础结构。For more information, see Variable.
公共属性 ReadOnly 基础结构。For more information, see Variable.
公共属性 SystemVariable 基础结构。For more information, see Variable.
公共属性 Value 基础结构。For more information, see Variable.

页首