IDataSourceDescriptorService Interface

 

Applies To: SQL Server 2016 Preview

Represents the data source interface class with descriptor service.

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

Syntax

[GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")]
[ComVisibleAttribute(true)]
public interface IDataSourceDescriptorService
[GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")]
[ComVisibleAttribute(true)]
public interface class IDataSourceDescriptorService
[<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")>]
[<ComVisibleAttribute(true)>]
type IDataSourceDescriptorService = interface end
<GuidAttribute("785633AC-9EE9-4e28-A7E8-3089D7C23217")>
<ComVisibleAttribute(True)>
Public Interface IDataSourceDescriptorService

Methods

Name Description
System_CAPS_pubmethod FindDataSource(String)

Finds the specified value of the data source.

System_CAPS_pubmethod GetDataSources()

Gets the data source.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top