IDbCollationProperties Interface

Definition

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.

public interface class IDbCollationProperties
public interface IDbCollationProperties
type IDbCollationProperties = interface
Public Interface IDbCollationProperties

Remarks

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

Methods

Name Description
GetCollationProperties(String, Boolean, Boolean, Boolean, Boolean)

Returns the collation properties used for a connection.

Applies to