PropertyCollection.Item 屬性 (String)
依據名稱,從 PropertyCollection 集合取得指定的 Property。 在 Microsoft Visual C# 中,這個屬性是 PropertyCollection 類別的索引子。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
name As String _
) As Property
Get
'用途
Dim instance As PropertyCollection
Dim name As String
Dim value As [Property]
value = instance(name)
public Property this[
string name
] { get; }
public:
property Property^ default[String^ name] {
Property^ get (String^ name);
}
member Item : Property
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- name
型別:String
要尋找之 Property 的名稱。
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.Property
具有指定名稱的 Property。