IListSource.ContainsListCollection 属性
Gets a value indicating whether the collection is a collection of IList objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Private ReadOnly Property ContainsListCollection As Boolean
Implements IListSource.ContainsListCollection
Get
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。
属性值
类型:System. . :: . .Boolean
false in all cases.