다음을 통해 공유


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

속성 정보입니다.

적용 대상