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

属性信息。

适用于