共用方式為


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.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

請參閱

參考

Microsoft.ReportingServices.DataProcessing 命名空間