Partager via


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

Définition

Initialise une nouvelle instance de la classe ObjectPropertyData avec le nombre, les noms et les informations pour les propriétés.

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)

Paramètres

prefixCount
Int32

Entier qui représente un prefixCount.

names
Stack<String>

Chaîne qui représente les noms des propriétés.

pinfo
PropertyInfo

informations de propriété.

S’applique à