다음을 통해 공유


IReadOnlySet.IsSupersetOf 메서드

Checks if this set is a superset of another set.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Function IsSupersetOf ( _
    other As IEnumerable _
) As Boolean
‘사용 방법
Dim instance As IReadOnlySet 
Dim other As IEnumerable 
Dim returnValue As Boolean 

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

매개 변수

반환 값

유형: System.Boolean
true if this set is a superset of the specified set; otherwise, false.

참고 항목

참조

IReadOnlySet 인터페이스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스