IDataSourceDescriptorProvider.GetRootDescriptor Method

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

Returns a root descriptor.

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

Syntax

'Declaration
Function GetRootDescriptor As IDataSourceDescriptor
'Usage
Dim instance As IDataSourceDescriptorProvider 
Dim returnValue As IDataSourceDescriptor 

returnValue = instance.GetRootDescriptor()
IDataSourceDescriptor GetRootDescriptor()
IDataSourceDescriptor^ GetRootDescriptor()
abstract GetRootDescriptor : unit -> IDataSourceDescriptor
function GetRootDescriptor() : IDataSourceDescriptor

Return Value

Type: Microsoft.DataWarehouse.Interfaces.IDataSourceDescriptor
A IDataSourceDescriptor representing the root descriptor of this current instance.

See Also

Reference

IDataSourceDescriptorProvider Interface

Microsoft.DataWarehouse.Interfaces Namespace