ParameterClass 类

Represents a parameter class.

继承层次结构

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass

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

语法

声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")> _
Public Class ParameterClass _
    Implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
用法
Dim instance As ParameterClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public ref class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")>]
type ParameterClass =  
    class 
        interface Parameter 
        interface IDTSParameter100 
        interface IDTSName100 
        interface IDTSRuntimeObject100 
    end
public class ParameterClass implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100

ParameterClass 类型公开以下成员。

构造函数

  名称 说明
公共方法 ParameterClass Initializes a new instance of the ParameterClass class.

页首

属性

  名称 说明
公共属性 CreationName Gets the name used to create the ParameterClass object.
公共属性 DataType Gets or sets the data type of the ParameterClass object.
公共属性 Description Gets or sets the description of the ParameterClass object.
公共属性 ID Gets the identifier of the ParameterClass object.
公共属性 IncludeInDebugDump Gets or sets a value that indicates whether ParameterClass object is included in a debug dump.
公共属性 Name Gets or sets the name of the ParameterClass object.
公共属性 Required Gets or sets a value that indicates whether the ParameterClass object is a required parameter.
公共属性 Sensitive Gets or sets a value that indicates whether the ParameterClass object contains sensitive data.
公共属性 Value Gets or sets the value of the ParameterClass object.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

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