ObjectPropertyData(Int32, Stack<String>, PropertyInfo) コンストラクター

定義

指定されたプロパティの数、名前、および情報を使用して、ObjectPropertyData クラスの新しいインスタンスを初期化します。

public:
 ObjectPropertyData(int prefixCount, System::Collections::Generic::Stack<System::String ^> ^ names, System::Reflection::PropertyInfo ^ pinfo);
public ObjectPropertyData (int prefixCount, System.Collections.Generic.Stack<string> names, System.Reflection.PropertyInfo pinfo);
new Microsoft.SqlServer.Management.Data.ObjectPropertyData : int * System.Collections.Generic.Stack<string> * System.Reflection.PropertyInfo -> Microsoft.SqlServer.Management.Data.ObjectPropertyData
Public Sub New (prefixCount As Integer, names As Stack(Of String), pinfo As PropertyInfo)

パラメーター

prefixCount
Int32

prefixCount を表す整数です。

names
Stack<String>

プロパティの名前を表す文字列。

pinfo
PropertyInfo

プロパティ情報です。

適用対象