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

屬性資訊。

適用於