Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
Kind | Infrastructure. Gets the kind of this current instance. |
![]() |
Moniker | Infrastructure. Gets the moniker associated with the object. |
![]() |
Name | Infrastructure. Gets the name of the current instance. |
![]() |
Prepared | Gets a value indicating whether the IDataSourceDescriptor object is prepared. |
![]() |
Valid | Gets a value that indicates whether the IDataSourceDescriptor object is valid. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetChildDescriptors | Returns the child descriptors for this current object. |
![]() |
GetProperty | Searches for the public property with the specified name. |
![]() |
Prepare | Infrastructure. Creates a prepared version of the descriptor. |
![]() |
SetProperty | Sets the property specified by name to the value specified by value. |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
Invalidated | Infrastructure. Occurs when the data source is invalidated. |
![]() |
PropertyChanged | Occurs when a property value changes. |
Top
.gif)
.gif)
.gif)