IDbCollationProperties Interface

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.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assembly:  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Interface IDbCollationProperties
'Usage
Dim instance As IDbCollationProperties
public interface IDbCollationProperties
public interface class IDbCollationProperties
type IDbCollationProperties =  interface end
public interface IDbCollationProperties

Remarks

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