PropertyDefinition.Create(Type, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine Eigenschaftsdefinition.
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
Parameter
- componentType
- Type
Der Komponententyp.
- propertyName
- String
Der Eigenschaftenname.
Gibt zurück
Ein IPropertyDefinition-Objekt.