共用方式為


AdomdParameterCollection.IList.IsFixedSize 屬性

Gets a value indicating whether the collection has a fixed size. Always returns false.

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

語法

'宣告
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'用途
Dim instance As AdomdParameterCollection 
Dim value As Boolean 

value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool 
private override IsFixedSize : bool
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Boolean
A false value indicating that the collection has a fixed size.

實作

IList.IsFixedSize

請參閱

參考

AdomdParameterCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間