次の方法で共有


IReadOnlySet.IsProperSubsetOf メソッド

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

IReadOnlySet インターフェイス

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