Classe Property
Represents a property of various ADOMD.NET objects.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.Property
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Property _
Implements IDisposable, IMetadataObject
'Utilizzo
Dim instance As [Property]
public sealed class Property : IDisposable,
IMetadataObject
public ref class Property sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type Property =
class
interface IDisposable
interface IMetadataObject
end
public final class Property implements IDisposable, IMetadataObject
Nel tipo Property sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Name | Gets a String representing the name of the Property. |
![]() |
Type | Gets a Type representing the type of the Property. |
![]() |
UniqueName | Gets the unique name of the Property. |
![]() |
Value | Gets an Object representing the value of the Property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the Property. |
![]() |
Dispose | Releases all resources used by the Property. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.