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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。