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).