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 MiningStructure from the MiningStructureCollection collection by using the structure's name. In Microsoft Visual C#, this property is the indexer for the MiningStructureCollection class.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As MiningStructure
public MiningStructure this [
string name
] { get; }
public:
property MiningStructure^ default [String^] {
MiningStructure^ get (String^ name);
}
/** @property */
public MiningStructure get_Item (String name)
Parameter
- name
The name of the MiningStructure to be founnd.
Hinweise
If the object is not found, the Item property throws an exception. However, the Find method returns null if the object is not found.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MiningStructureCollection Class
MiningStructureCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace