ContainsInteger 方法
Indicates whether a property contains an int value.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Function ContainsInteger ( _
propertyIndex As Integer _
) As Boolean
用法
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
参数
- propertyIndex
类型:System. . :: . .Int32
The property index.
返回值
类型:System. . :: . .Boolean
A Boolean value.