IDataSourceDescriptor Interface

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

Represents a data source descriptor.

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 Infrastructure. Gets the kind of this current instance.
Public property Moniker Infrastructure. Gets the moniker associated with the object.
Public property Name Infrastructure. Gets the name of the current instance.
Public property Prepared Gets a value indicating whether the IDataSourceDescriptor object is prepared.
Public property Valid Gets a value that indicates whether the IDataSourceDescriptor object is valid.

Top

Methods

  Name Description
Public method GetChildDescriptors Returns the child descriptors for this current object.
Public method GetProperty Searches for the public property with the specified name.
Public method Prepare Infrastructure. Creates a prepared version of the descriptor.
Public method SetProperty Sets the property specified by name to the value specified by value.

Top

Events

  Name Description
Public event Invalidated Infrastructure. Occurs when the data source is invalidated.
Public event PropertyChanged Occurs when a property value changes.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace