Variable クラス
パッケージ、タスク、またはコンテナの変数を表します。このクラスは継承できません。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public NotInheritable Class Variable _
Inherits DtsObject _
Implements IDTSPersist, IDTSName, IDTSPropertiesProvider, IDTSPackagePath, _
IComponent, IDisposable
'使用
Dim instance As Variable
public sealed class Variable : DtsObject,
IDTSPersist, IDTSName, IDTSPropertiesProvider, IDTSPackagePath, IComponent,
IDisposable
public ref class Variable sealed : public DtsObject,
IDTSPersist, IDTSName, IDTSPropertiesProvider, IDTSPackagePath, IComponent,
IDisposable
[<SealedAttribute>]
type Variable =
class
inherit DtsObject
interface IDTSPersist
interface IDTSName
interface IDTSPropertiesProvider
interface IDTSPackagePath
interface IComponent
interface IDisposable
end
public final class Variable extends DtsObject implements IDTSPersist, IDTSName, IDTSPropertiesProvider, IDTSPackagePath, IComponent, IDisposable
説明
変数は、あいまいさを排除するために、名前空間にグループ化されます。System 名前空間は、各パッケージに対して自動的に作成され、読み取り専用プロパティを含みます。User 名前空間は、追加できるカスタム プロパティを含みます。変数の追加先となる選択対象の名前空間も作成できます。このクラスは、Visual Studio .NET Framework の次の 2 つの例を含む複数のクラスおよびインターフェイスから継承します。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..Variable
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。