Condividi tramite


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
Metodo pubblico AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Metodo pubblico 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
Proprietà pubblica Name Gets or sets a String representing the name of the AdomdProperty.
Proprietà pubblica Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Proprietà pubblica Parent Gets an Object representing the parent of the AdomdProperty.
Proprietà pubblica Value Gets or sets an Object representing the value of the AdomdProperty.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.