Interface IDataSourceDescriptor
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a data source descriptor.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Public Interface IDataSourceDescriptor
'Utilisation
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor = interface end
public interface IDataSourceDescriptor
Le type IDataSourceDescriptor expose les membres suivants.
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | 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. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
Invalidated | Infrastructure. Occurs when the data source is invalidated. | |
PropertyChanged | Occurs when a property value changes. |
Haut de la page