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

一個代表前綴Count的整數。

names
Stack<String>

一個代表屬性名稱的字串。

pinfo
PropertyInfo

財產資訊。

適用於