共用方式為


ParameterInfo 類別

Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object.

繼承階層

System.Object
  Microsoft.SqlServer.Dts.Runtime.ParameterInfo

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public NotInheritable Class ParameterInfo
'用途
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

ParameterInfo 型別公開下列成員。

屬性

  名稱 說明
公用屬性 CreationName Gets the name used to create the ParameterInfo object.
公用屬性 DataType Gets the data type of the ParameterInfo object.
公用屬性 Description Gets the description of the ParameterInfo object.
公用屬性 ID Gets the identifier of the ParameterInfo object which is a GUID.
公用屬性 IncludeInDebugDump Gets a value that indicates whether the variable value for a user-defined variable or a system variable is included in the debug dump files.
公用屬性 Name Gets the name of the ParameterInfo object.
公用屬性 Required Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.
公用屬性 Sensitive Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.
公用屬性 Value Gets the value of the parameter object.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間