Bagikan melalui


PropertyDefinition<T>(String, Nullable<T>) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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))

Parameter

name
String

Nama properti.

defaultValue
Nullable<T>

Nilai default properti .

Berlaku untuk