Interface IModelComponent
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a model component.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
Inherits IComponent, IDisposable
'Uso
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
O tipo IModelComponent expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
FriendlyPath | Infraestrutura. Gets a friendly path for this instance. | |
OwningCollection | Infraestrutura. Gets or sets the collection that owns the current object. | |
Parent | Infraestrutura. Gets the parent IModelComponent of this instance. | |
Site | (Herdado de IComponent.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | (Herdado de IDisposable.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de IComponent.) |
Início