Find メソッド
指定した名前を持つ ServerProperty をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Find ( _
name As String _
) As ServerProperty
'使用
Dim instance As ServerPropertyCollection
Dim name As String
Dim returnValue As ServerProperty
returnValue = instance.Find(name)
public ServerProperty Find(
string name
)
public:
ServerProperty^ Find(
String^ name
)
member Find :
name:string -> ServerProperty
public function Find(
name : String
) : ServerProperty
パラメーター
- name
型: System. . :: . .String
取得する ServerProperty の名前です。
戻り値
型: Microsoft.AnalysisServices. . :: . .ServerProperty
コレクションに存在する場合は ServerProperty、存在しない場合は NULL 参照 (Visual Basic では Nothing) です。