IDataSourceDescriptor Interface

 

Applies To: SQL Server 2016 Preview

Represents a data source descriptor.

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

Syntax

public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor = interface end
Public Interface IDataSourceDescriptor

Properties

Name Description
System_CAPS_pubproperty Kind

Gets the kind of this current instance.

System_CAPS_pubproperty Moniker

Gets the moniker associated with the object.

System_CAPS_pubproperty Name

Gets the name of the current instance.

System_CAPS_pubproperty Prepared

Gets a value indicating whether the IDataSourceDescriptor object is prepared.

System_CAPS_pubproperty Valid

Gets a value that indicates whether the IDataSourceDescriptor object is valid.

Methods

Name Description
System_CAPS_pubmethod GetChildDescriptors()

Returns the child descriptors for this current object.

System_CAPS_pubmethod GetProperty(String)

Searches for the public property with the specified name.

System_CAPS_pubmethod Prepare()

Creates a prepared version of the descriptor.

System_CAPS_pubmethod SetProperty(String, Object)

Sets the property specified by name to the value specified by value.

Events

Name Description
System_CAPS_pubevent Invalidated

Occurs when the data source is invalidated.

System_CAPS_pubevent PropertyChanged

Occurs when a property value changes.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top