Proprietà BackupLocationCollection.IList.IsFixedSize
Gets a value that indicates whether the collection has a fixed size.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'Utilizzo
Dim instance As BackupLocationCollection
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Boolean
Gets a value that indicates whether the collection has a fixed size.