PropertyCollection.Item プロパティ (String)
指定した名前の Property を PropertyCollection コレクションから取得します。 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
型: System.String
検索する Property の名前です。
プロパティ値
型: Microsoft.AnalysisServices.AdomdServer.Property
指定した名前の Property です。