ParameterClass クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パラメーター クラスを表します。
public ref class ParameterClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSRuntimeObject100, Microsoft::SqlServer::Dts::Runtime::Wrapper::Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("7E59349B-3FB7-473C-8FDD-25E5B2C09535")]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C57A4E40-CF49-4B20-A944-7B265CA56944")]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ParameterClass = class
interface Parameter
interface IDTSParameter100
interface IDTSName100
interface IDTSRuntimeObject100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("7E59349B-3FB7-473C-8FDD-25E5B2C09535")>]
type ParameterClass = class
interface Parameter
interface IDTSParameter100
interface IDTSName100
interface IDTSRuntimeObject100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("C57A4E40-CF49-4B20-A944-7B265CA56944")>]
type ParameterClass = class
interface Parameter
interface IDTSParameter100
interface IDTSName100
interface IDTSRuntimeObject100
Public Class ParameterClass
Implements IDTSName100, IDTSRuntimeObject100, Parameter
- 継承
-
ParameterClass
- 属性
- 実装
コンストラクター
ParameterClass() |
ParameterClass クラスの新しいインスタンスを初期化します。 |
プロパティ
CreationName |
ParameterClass オブジェクトを作成するために使用される名前を取得します。 |
DataType |
ParameterClass オブジェクトのデータ型を取得します。値の設定も可能です。 |
Description |
ParameterClass オブジェクトの説明を取得します。値の設定も可能です。 |
ID |
ParameterClass オブジェクトの識別子を取得します。 |
IncludeInDebugDump |
ParameterClass オブジェクトがデバッグ ダンプに含まれるかどうかを示す値を取得します。値の設定も可能です。 |
Name |
ParameterClass オブジェクトの名前を取得または設定します。 |
Required |
ParameterClass オブジェクトが必須パラメーターであるかどうかを示す値を取得します。値の設定も可能です。 |
Sensitive |
ParameterClass オブジェクトに機密データが格納されるかどうかを示す値を取得します。値の設定も可能です。 |
Value |
ParameterClass オブジェクトの値を取得または設定します。 |