Parameter 類別
Represents an abstract base class used by both package parameter and project parameter.
繼承階層
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Parameter
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public MustInherit Class Parameter _
Inherits DtsObject _
Implements IComponent, IDisposable, IDTSName, IDTSPersist
'用途
Dim instance As Parameter
public abstract class Parameter : DtsObject,
IComponent, IDisposable, IDTSName, IDTSPersist
public ref class Parameter abstract : public DtsObject,
IComponent, IDisposable, IDTSName, IDTSPersist
[<AbstractClassAttribute>]
type Parameter =
class
inherit DtsObject
interface IComponent
interface IDisposable
interface IDTSName
interface IDTSPersist
end
public abstract class Parameter extends DtsObject implements IComponent, IDisposable, IDTSName, IDTSPersist
Parameter 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
Parameter | Initializes a new instance of the Parameter class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
CreationName | Gets the name used to create the Parameter object. | |
DataType | Gets the data type of the Parameter object. | |
Description | Gets or sets the description of the Parameter object. | |
ID | Gets the identifier of the Parameter object. | |
IncludeInDebugDump | 基礎結構。Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Name | Gets or sets the name of the Parameter object. | |
Required | Gets or sets a value that indicates whether the Parameter object is a required parameter. If this value is true, a value must be assigned before a project or package can be executed. | |
Sensitive | Gets or sets a value that indicates whether the Parameter object contains sensitive data. If this value is true, the value is encrypted in the Integration Services catalog. | |
Site | Gets or sets the ISite interface associated with the Parameter object. | |
Value | Gets or sets the value of the Parameter object. |
上層
方法
名稱 | 說明 | |
---|---|---|
CheckParameterName | Validates the specified parameter name. | |
Dispose | Releases all resources used by the current instance of the Parameter class. | |
Equals | Determines whether two object instances are equal. (繼承自 DtsObject。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | Returns the hash code for this instance. (繼承自 DtsObject。) | |
GetType | (繼承自 Object。) | |
LoadFromXML | Loads a package and all its objects that have been saved to memory in XML format. | |
MemberwiseClone | (繼承自 Object。) | |
SaveToXML | Saves the XML definition of a package to a file. | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。