Classe AdomdProperty
Represents a property of a command.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AdomdProperty
'Utilizzo
Dim instance As AdomdProperty
public sealed class AdomdProperty
public ref class AdomdProperty sealed
[<SealedAttribute>]
type AdomdProperty = class end
public final class AdomdProperty
Nel tipo AdomdProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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.