次の方法で共有


IReadOnlySet<T>.IsSubsetOf メソッド (IEnumerable<T>)

このセットが別のセットのサブセットであるかどうかを確認します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Function IsSubsetOf ( _
    other As IEnumerable(Of T) _
) As Boolean
'使用
Dim instance As IReadOnlySet 
Dim other As IEnumerable(Of T)
Dim returnValue As Boolean 

returnValue = instance.IsSubsetOf(other)
bool IsSubsetOf(
    IEnumerable<T> other
)
bool IsSubsetOf(
    IEnumerable<T>^ other
)
abstract IsSubsetOf : 
        other:IEnumerable<'T> -> bool
function IsSubsetOf(
    other : IEnumerable<T>
) : boolean

パラメーター

戻り値

型: System.Boolean
このセットが、指定されたセットのサブセットである場合は true、それ以外の場合は false。

関連項目

参照

IReadOnlySet<T> インターフェイス

IsSubsetOf オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間