Поделиться через


Метод PropertyCollection.Find

Gets the specified Property from the PropertyCollection collection by its name.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Function Find ( _
    name As String _
) As Property
'Применение
Dim instance As PropertyCollection 
Dim name As String 
Dim returnValue As [Property]

returnValue = instance.Find(name)
public Property Find(
    string name
)
public:
Property^ Find(
    String^ name
)
member Find : 
        name:string -> Property
public function Find(
    name : String
) : Property

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdServer.Property
The Property with the name name.

Замечания

If the object is not found, the Find method returns null, whereas the Item property throws an exception.

См. также

Справочник

PropertyCollection Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer