IDbCollationProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GetCollationProperties(String, Boolean, Boolean, Boolean, Boolean) |
Returns the collation properties used for a connection. |