Property-Klasse
Represents a property of various ADOMD.NET objects.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.AdomdServer.Property
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class Property _
Implements IDisposable, IMetadataObject
'Usage
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
Der Property-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
{dtor} | Releases all resources used by the Property. | |
Dispose | Releases all resources used by the Property. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.