Condividi tramite


Metodo ContainsInteger

Indicates whether a property contains an int value.

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

Sintassi

'Dichiarazione
Public Function ContainsInteger ( _
    propertyIndex As Integer _
) As Boolean
'Utilizzo
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsInteger(propertyIndex)
public bool ContainsInteger(
    int propertyIndex
)
public:
virtual bool ContainsInteger(
    int propertyIndex
) sealed
abstract ContainsInteger : 
        propertyIndex:int -> bool 
override ContainsInteger : 
        propertyIndex:int -> bool 
public final function ContainsInteger(
    propertyIndex : int
) : boolean

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
A Boolean value.

Implementa

IPropertyStore. . :: . .ContainsInteger(Int32)