ObjectPropertyData(Int32, Stack<String>, PropertyInfo) Constructor

Definition

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.

names
Stack<String>

A string that represent the names of the properties.

pinfo
PropertyInfo

property information.

Applies to