ObjectPropertyData(Int32, Stack<String>, PropertyInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ObjectPropertyData class with the specified count, names, and information for the properties.
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)
Parameters
- prefixCount
- Int32
An integer that represents a prefixCount.
- pinfo
- PropertyInfo
property information.