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