Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the specified Property from the PropertyCollection collection by its name. In Microsoft Visual C#, this property is the indexer for the PropertyCollection class.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As Property
Get
'Usage
Dim instance As PropertyCollection
Dim name As String
Dim value As [Property]
value = instance(name)
public Property this[
string name
] { get; }
public:
property Property^ default[String^ name] {
Property^ get (String^ name);
}
member Item : Property
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System.String
The name of the Property to find.
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.Property
The Property with the specified name.