Właściwość AdomdRestrictionCollection.IsFixedSize
Pobiera wartość wskazującą czy AdomdRestrictionCollection ma stały rozmiar.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsFixedSize As Boolean
Get
'Użycie
Dim instance As AdomdRestrictionCollection
Dim value As Boolean
value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () sealed;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
final function get IsFixedSize () : boolean
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli AdomdRestrictionCollection ma stały rozmiar; FALSE inaczej.Wartością domyślną jest false.
Implementacje
Zobacz także