Поделиться через


Интерфейс 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.