次の方法で共有


ManagedParameterWrapper クラス

定義

プロジェクト パラメーター オブジェクトにアクセスするためのネイティブ ランタイム オブジェクト モデルを表します。

public ref class ManagedParameterWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ManagedParameterWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
[<System.Runtime.InteropServices.ComVisible(true)>]
type ManagedParameterWrapper = class
    interface IDTSParameter100
    interface IDTSName100
Public NotInheritable Class ManagedParameterWrapper
Implements IDTSName100, IDTSParameter100
継承
ManagedParameterWrapper
属性
実装

プロパティ

CreationName

このパラメーターを作成するために使用される名前を取得します。

DataType

パラメーター値のデータ型を取得します。

Description

パラメーターの説明を取得します。値の設定も可能です。

ID

パラメーターの識別子を取得します。この識別子は GUID です。

IncludeInDebugDump

パラメーター値をデバッグ ダンプに含めるかどうかを示す値を取得します。値の設定も可能です。

Name

このパラメーターを作成するために使用される名前を取得します。値の設定も可能です。

Required

パラメーターに機微な値が含まれているかどうかを示す値を取得します。値の設定も可能です。

Sensitive

パラメーターに機微な値が含まれているかどうかを示す値を取得します。値の設定も可能です。

Value

パラメーター オブジェクトの値を取得します。値の設定も可能です。

適用対象