Propriété SfcReferenceCollection<K, T, S>.IListSource.ContainsListCollection
Gets a value indicating whether this list is an IList collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Private ReadOnly Property ContainsListCollection As Boolean
Implements IListSource.ContainsListCollection
Get
'Utilisation
Dim instance As SfcReferenceCollection
Dim value As Boolean
value = CType(instance, IListSource).ContainsListCollection
bool IListSource.ContainsListCollection { get; }
private:
virtual property bool ContainsListCollection {
bool get () sealed = IListSource::ContainsListCollection::get;
}
private abstract ContainsListCollection : bool
private override ContainsListCollection : bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de propriété
Type : System.Boolean
Always false.
Implémente
IListSource.ContainsListCollection