Метод AnnotationCollection.Find
Gets the Annotation, with the specified name, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Find ( _
name As String _
) As Annotation
'Применение
Dim instance As AnnotationCollection
Dim name As String
Dim returnValue As Annotation
returnValue = instance.Find(name)
public Annotation Find(
string name
)
public:
Annotation^ Find(
String^ name
)
member Find :
name:string -> Annotation
public function Find(
name : String
) : Annotation
Параметры
- name
Тип: System.String
The name of the Annotation to be returned.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Annotation
The Annotation if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).