INamedComponent Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un composant nommé.
[System.Runtime.InteropServices.Guid("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IDisposable, Microsoft.AnalysisServices.IModelComponent, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent = interface
interface IModelComponent
interface IComponent
interface IDisposable
Public Interface INamedComponent
Implements IComponent, IDisposable, IModelComponent
- Dérivé
- Attributs
- Implémente
Propriétés
Description |
Obtient ou définit la description du composant. |
FriendlyPath |
Obtient un chemin convivial pour cet objet. (Hérité de IModelComponent) |
ID |
Obtient ou définit l'ID de moteur du composant. |
Name |
Obtient ou définit le nom du composant tel que présenté à l'utilisateur. |
OwningCollection |
Obtient ou définit la collection qui détient l'objet actuel. (Hérité de IModelComponent) |
Parent |
Obtient l’IModelComponent parent de cet objet. (Hérité de IModelComponent) |