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 命名空間