PropertyDefinition<T>(String, Nullable<T>) 생성자

정의

PropertyDefinition<T> 클래스의 새 인스턴스를 초기화합니다.

protected:
 PropertyDefinition(System::String ^ name, Nullable<T> defaultValue);
protected PropertyDefinition (string name, T? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)>
Protected Sub New (name As String, defaultValue As Nullable(Of T))

매개 변수

name
String

속성의 이름입니다.

defaultValue
Nullable<T>

속성의 기본값입니다.

적용 대상