IModelComponent Interface
Applies To: SQL Server (starting with 2016)
Represents a model component.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, IDisposable
[GuidAttribute("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
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>
Public Interface IModelComponent
Inherits IComponent, IDisposable
Properties
Name | Description | |
---|---|---|
FriendlyPath | Gets a friendly path for this instance. |
|
OwningCollection | Gets or sets the collection that owns the current object. |
|
Parent | Gets the parent IModelComponent of this instance. |
|
Site | (Inherited from IComponent.) |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from IComponent.) |
See Also
Microsoft.AnalysisServices Namespace
Return to top