共用方式為


IDataReaderFieldProperties 介面

Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.

命名空間:  Microsoft.ReportingServices.DataProcessing
組件:   Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

語法

'宣告
Public Interface IDataReaderFieldProperties
'用途
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties =  interface end
public interface IDataReaderFieldProperties

IDataReaderFieldProperties 型別公開下列成員。

方法

  名稱 說明
公用方法 GetPropertyCount Returns the number of properties for a specified field.
公用方法 GetPropertyName Returns the name of a specified property for a specified field.
公用方法 GetPropertyValue Returns the name of a specified property for a specified field.

上層

備註

This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.

請參閱

參考

Microsoft.ReportingServices.DataProcessing 命名空間