Delegato VisitPropertyObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a property object to visit.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Delegate Sub VisitPropertyObject ( _
    propertyIndex As Integer, _
    value As Object _
)
'Utilizzo
Dim instance As New VisitPropertyObject(AddressOf HandlerMethod)
public delegate void VisitPropertyObject(
    int propertyIndex,
    Object value
)
public delegate void VisitPropertyObject(
    int propertyIndex, 
    Object^ value
)
type VisitPropertyObject = 
    delegate of  
        propertyIndex:int * 
        value:Object -> unit
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

  • propertyIndex
    Tipo: System.Int32
    The index of the property.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel