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 | |
---|---|---|
AdomdProperty(String, Object) | Initializes a new instance of the AdomdProperty class with the name and value of the property. | |
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 | |
---|---|---|
Name | Gets or sets a String representing the name of the AdomdProperty. | |
Namespace | Gets or sets a String representing the namespace of the AdomdProperty. | |
Parent | Gets an Object representing the parent of the AdomdProperty. | |
Value | Gets or sets an Object representing the value of the AdomdProperty. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.