IDataSourceDescriptorService Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the data source interface class with descriptor service.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")> _
Public Interface IDataSourceDescriptorService
'Usage
Dim instance As IDataSourceDescriptorService
[ComVisibleAttribute(true)]
[GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")]
public interface IDataSourceDescriptorService
[ComVisibleAttribute(true)]
[GuidAttribute(L"785633AC-9EE9-4e28-A7E8-3089D7C23217")]
public interface class IDataSourceDescriptorService
[<ComVisibleAttribute(true)>]
[<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")>]
type IDataSourceDescriptorService =  interface end
public interface IDataSourceDescriptorService

The IDataSourceDescriptorService type exposes the following members.

Methods

  Name Description
Public method FindDataSource Finds the specified value of the data source.
Public method GetDataSources Gets the data source.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace