Interfaccia IMetadataObject
Defines an abstract class that provides the Name and UniqueName properties for metadata objects in Microsoft.AnalysisServices.AdomdServer.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Interface IMetadataObject
'Utilizzo
Dim instance As IMetadataObject
public interface IMetadataObject
public interface class IMetadataObject
type IMetadataObject = interface end
public interface IMetadataObject
Nel tipo IMetadataObject sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets the name for the IMetadataObject. | |
UniqueName | Gets the unique name for the IMetadataObject. |
In alto