IDbCollationProperties インターフェイス

定義

データ ソースへの接続の照合順序プロパティを表し、リレーショナル データベースにアクセスする SQL Server Reporting Services データ処理拡張機能によって実装されています。

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

注釈

このインターフェイスは、IDbConnection を実装するクラスと同じクラスにより実装される必要があります。

メソッド

GetCollationProperties(String, Boolean, Boolean, Boolean, Boolean)

接続に使用する照合順序プロパティを返します。

適用対象