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

Haut de la page

Méthodes

  Nom Description
Méthode publique GetChildDescriptors Returns the child descriptors for this current object.
Méthode publique GetProperty Searches for the public property with the specified name.
Méthode publique Prepare Infrastructure. Creates a prepared version of the descriptor.
Méthode publique SetProperty Sets the property specified by name to the value specified by value.

Haut de la page

Événements

  Nom Description
Événement public Invalidated Infrastructure. Occurs when the data source is invalidated.
Événement public PropertyChanged Occurs when a property value changes.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces