AdomdParameterCollection.Item 屬性 (String)
Gets or sets the AdomdParameter object in the AdomdParameterCollection with the specified name.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Default Property Item ( _
parameterName As String _
) As AdomdParameter
Get
Set
'用途
Dim instance As AdomdParameterCollection
Dim parameterName As String
Dim value As AdomdParameter
value = instance(parameterName)
instance(parameterName) = value
[BrowsableAttribute(false)]
public AdomdParameter this[
string parameterName
] { get; set; }
[BrowsableAttribute(false)]
public:
property AdomdParameter^ default[String^ parameterName] {
AdomdParameter^ get (String^ parameterName);
void set (String^ parameterName, AdomdParameter^ value);
}
[<BrowsableAttribute(false)>]
member Item : AdomdParameter with get, set
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- parameterName
型別:System.String
The name of the AdomdParameter object to get or set.
屬性值
型別:Microsoft.AnalysisServices.AdomdClient.AdomdParameter
The AdomdParameter object with the specified name.