IDataSourceDescriptor Interface

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

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

Syntax

'Declaration
Public Interface IDataSourceDescriptor
'Usage
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor =  interface end
public interface IDataSourceDescriptor

The IDataSourceDescriptor type exposes the following members.

Properties

  Name Description
Public property Kind
Public property Moniker
Public property Name
Public property Prepared
Public property Valid

Top

Methods

  Name Description
Public method GetChildDescriptors
Public method GetProperty
Public method Prepare
Public method SetProperty

Top

Events

  Name Description
Public event Invalidated
Public event PropertyChanged

Top