Partilhar via


Construtor PropertyDefinition<T>

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Initializes a new instance of the PropertyDefinition<T> class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    name As String, _
    defaultValue As Nullable(Of T) _
)
'Uso
Dim name As String 
Dim defaultValue As Nullable(Of T)

Dim instance As New PropertyDefinition(name, defaultValue)
protected PropertyDefinition(
    string name,
    Nullable<T> defaultValue
)
protected:
PropertyDefinition(
    String^ name, 
    Nullable<T> defaultValue
)
new : 
        name:string * 
        defaultValue:Nullable<'T> -> PropertyDefinition
protected function PropertyDefinition(
    name : String, 
    defaultValue : Nullable<T>
)

Parâmetros

Consulte também

Referência

PropertyDefinition<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel