IModelComponent Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a model component.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
'Usage
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, 
    IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent, 
    IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =  
    interface 
        interface IComponent 
        interface IDisposable 
    end
public interface IModelComponent extends IComponent, IDisposable

The IModelComponent type exposes the following members.

Properties

  Name Description
Public property FriendlyPath Infrastructure. Gets a friendly path for this instance.
Public property OwningCollection Infrastructure. Gets or sets the collection that owns the current object.
Public property Parent Infrastructure. Gets the parent IModelComponent of this instance.
Public property Site (Inherited from IComponent.)

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)

Top

Events

  Name Description
Public event Disposed (Inherited from IComponent.)

Top

See Also

Reference

Microsoft.AnalysisServices Namespace