PerspectiveCollection.FindByName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中获取具有指定名称的 Perspective。
public Microsoft.AnalysisServices.Perspective FindByName(string name);
member this.FindByName : string -> Microsoft.AnalysisServices.Perspective
Public Function FindByName (name As String) As Perspective
参数
- name
- String
要查找的 Perspective 的名称。
返回
如果在集合中,则为具有指定名称的 Perspective;否则为空引用(在 Visual Basic 中为 Nothing)。