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 命名空间