ServerPropertyCollection.Find(String) 方法

定义

搜索具有指定名称的 ServerProperty 并将其返回。

public Microsoft.AnalysisServices.ServerProperty Find (string name);
member this.Find : string -> Microsoft.AnalysisServices.ServerProperty
Public Function Find (name As String) As ServerProperty

参数

name
String

要查找的 ServerProperty 的名称。

返回

如果找到,则为具有指定名称的 ServerProperty;否则为空引用(在 Visual Basic 中为 Nothing)。

适用于