Udostępnij za pośrednictwem


AdomdPropertyCollection.IsFixedSize Property

Gets a value indicating whether the AdomdPropertyCollection has a fixed size.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
    bool get () sealed;
}
/** @property */
public final boolean get_IsFixedSize ()
public final function get IsFixedSize () : boolean

Property Value

true if the AdomdPropertyCollection has a fixed size; false otherwise. The default is false.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdPropertyCollection Class
AdomdPropertyCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace