IDbCollationProperties 接口

Represents the collation properties for a connection to a data source, and is implemented by SQL Server Reporting Services data processing extensions that access relational databases.

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Public Interface IDbCollationProperties
用法
Dim instance As IDbCollationProperties
public interface IDbCollationProperties
public interface class IDbCollationProperties
type IDbCollationProperties =  interface end
public interface IDbCollationProperties

IDbCollationProperties 类型公开以下成员。

方法

  名称 说明
公共方法 GetCollationProperties Returns the collation properties used for a connection.

页首

注释

This interface should be implemented by the same class that implements IDbConnection.