Partager via


Classe AdomdProperty

Represents a property of a command.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..AdomdProperty

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdProperty
'Utilisation
Dim instance As AdomdProperty
public sealed class AdomdProperty
public ref class AdomdProperty sealed
[<SealedAttribute>]
type AdomdProperty =  class end
public final class AdomdProperty

Le type AdomdProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Méthode publique AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets a String representing the name of the AdomdProperty.
Propriété publique Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Propriété publique Parent Gets an Object representing the parent of the AdomdProperty.
Propriété publique Value Gets or sets an Object representing the value of the AdomdProperty.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.