ObjectPropertyData(Int32, Stack<String>, PropertyInfo) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化具有指定的計數、名稱和屬性資訊之 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 的整數。
- pinfo
- PropertyInfo
屬性資訊。