Partager via


Propriété IListSource.ContainsListCollection

Gets a value indicating whether the collection is a collection of IList objects. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 SfcCollection
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
false in all cases.

Implémente

IListSource. . :: . .ContainsListCollection