Freigeben über


AdomdProperty-Klasse

Represents a property of a command.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdProperty

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class AdomdProperty
'Usage
Dim instance As AdomdProperty
public sealed class AdomdProperty
public ref class AdomdProperty sealed
[<SealedAttribute>]
type AdomdProperty =  class end
public final class AdomdProperty

Der AdomdProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Öffentliche Methode AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets a String representing the name of the AdomdProperty.
Öffentliche Eigenschaft Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Öffentliche Eigenschaft Parent Gets an Object representing the parent of the AdomdProperty.
Öffentliche Eigenschaft Value Gets or sets an Object representing the value of the AdomdProperty.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace