パラメーター クラスを表します。
継承階層
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")> _
Public Class ParameterClass _
Implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
'使用
Dim instance As ParameterClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public class ParameterClass : Parameter,
IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public ref class ParameterClass : Parameter,
IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")>]
type ParameterClass =
class
interface Parameter
interface IDTSParameter100
interface IDTSName100
interface IDTSRuntimeObject100
end
public class ParameterClass implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
ParameterClass 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
ParameterClass | ParameterClass クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
CreationName | ParameterClass オブジェクトを作成するために使用される名前を取得します。 |
![]() |
DataType | ParameterClass オブジェクトのデータ型を取得します。値の設定も可能です。 |
![]() |
Description | ParameterClass オブジェクトの説明を取得します。値の設定も可能です。 |
![]() |
ID | ParameterClass オブジェクトの識別子を取得します。 |
![]() |
IncludeInDebugDump | ParameterClass オブジェクトがデバッグ ダンプに含まれるかどうかを示す値を取得します。値の設定も可能です。 |
![]() |
Name | ParameterClass オブジェクトの名前を取得します。値の設定も可能です。 |
![]() |
Required | ParameterClass オブジェクトが必須パラメーターであるかどうかを示す値を取得します。値の設定も可能です。 |
![]() |
Sensitive | ParameterClass オブジェクトに機微なデータが格納されるかどうかを示す値を取得します。値の設定も可能です。 |
![]() |
Value | ParameterClass オブジェクトの値を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)