Interface IMetadataObject
Defines an abstract class that provides the Name and UniqueName properties for metadata objects in Microsoft.AnalysisServices.AdomdServer.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Interface IMetadataObject
'Uso
Dim instance As IMetadataObject
public interface IMetadataObject
public interface class IMetadataObject
type IMetadataObject = interface end
public interface IMetadataObject
O tipo IMetadataObject expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets the name for the IMetadataObject. | |
UniqueName | Gets the unique name for the IMetadataObject. |
Início