다음을 통해 공유


PropertyDefinition.Create(Type, String) 메서드

정의

속성 정의를 만듭니다.

public:
 static Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition ^ Create(Type ^ componentType, System::String ^ propertyName);
public static Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition Create (Type componentType, string propertyName);
static member Create : Type * string -> Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
Public Shared Function Create (componentType As Type, propertyName As String) As IPropertyDefinition

매개 변수

componentType
Type

구성 요소 유형입니다.

propertyName
String

속성 이름입니다.

반환

IPropertyDefinition 개체입니다.

적용 대상