DataSourceCredentials Class
Represents data source credentials.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class DataSourceCredentials
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public class DataSourceCredentials
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public ref class DataSourceCredentials
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public class DataSourceCredentials
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public class DataSourceCredentials
Замечания
Use the DataSourceCredentials class with the Render method to pass credentials to an external data source.
Inheritance Hierarchy
System.Object
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005.DataSourceCredentials
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DataSourceCredentials Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace