Interfaz 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.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblados: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Public Interface IDbCollationProperties
'Uso
Dim instance As IDbCollationProperties
public interface IDbCollationProperties
public interface class IDbCollationProperties
type IDbCollationProperties = interface end
public interface IDbCollationProperties
El tipo IDbCollationProperties expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
GetCollationProperties | Returns the collation properties used for a connection. |
Arriba
Comentarios
This interface should be implemented by the same class that implements IDbConnection.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.DataProcessing