次の方法で共有


IReadOnlySet.IsProperSupersetOf メソッド

このセットが別のセットのスーパーセットでありそのセットと異なるかどうかを確認します。

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

構文

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

returnValue = instance.IsProperSupersetOf(other)
bool IsProperSupersetOf(
    IEnumerable other
)
bool IsProperSupersetOf(
    IEnumerable^ other
)
abstract IsProperSupersetOf : 
        other:IEnumerable -> bool
function IsProperSupersetOf(
    other : IEnumerable
) : boolean

パラメーター

戻り値

型: System.Boolean
このセットが、指定されたセットの適切なスーパーセットである場合は true、それ以外の場合は false。

関連項目

参照

IReadOnlySet インターフェイス

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