共用方式為


PropertyCollection.Find 方法

依據名稱,從 PropertyCollection 集合取得指定的 Property

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function Find ( _
    name As String _
) As Property
'用途
Dim instance As PropertyCollection 
Dim name As String 
Dim returnValue As [Property]

returnValue = instance.Find(name)
public Property Find(
    string name
)
public:
Property^ Find(
    String^ name
)
member Find : 
        name:string -> Property
public function Find(
    name : String
) : Property

參數

  • name
    型別:String
    要尋找之 Property 的名稱。

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.Property
名稱為 name 的 Property

備註

如果找不到物件,Find 方法會傳回 null,而 Item 屬性則會擲回例外狀況。

請參閱

參考

PropertyCollection 類別

Microsoft.AnalysisServices.AdomdServer 命名空間