次の方法で共有


ComplexProperty クラス

定義

複合型パラメーターの 1 つのプロパティに関する情報をカプセル化します。

public ref class ComplexProperty
[System.Serializable]
public class ComplexProperty
[<System.Serializable>]
type ComplexProperty = class
Public Class ComplexProperty
継承
ComplexProperty
属性

注釈

このクラスは、DTSParamType が Complex の場合に使用されます。

コンストラクター

ComplexProperty()

ComplexProperty クラスの新しいインスタンスを初期化します。

ComplexProperty(String, String, DTSParamType)

ComplexProperty クラスの新しいインスタンスを初期化し、ComplexProperty の名前、データ型、およびパラメーターの型を初期化します。

プロパティ

DataType

プロパティのデータ型を取得します。

Name

プロパティの名前を取得します。

ParamType

パラメーターの DTSParamType を取得します。

ParamValue

プロパティの値を取得します。値の設定も可能です。

メソッド

Clone()

現在の ComplexProperty と同一の ComplexProperty クラスのインスタンスを作成します。

Equals(Object)

2 つのオブジェクト インスタンスが等しいかどうかを判断します。

GetHashCode()

ComplexProperty クラスのインスタンスのハッシュ コードを返します。

適用対象