다음을 통해 공유


UrnCollection.Contains 메서드

Specifies whether a URN collection contains a URN.

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

구문

‘선언
Public Function Contains ( _
    urn As Urn _
) As Boolean
‘사용 방법
Dim instance As UrnCollection 
Dim urn As Urn 
Dim returnValue As Boolean 

returnValue = instance.Contains(urn)
public bool Contains(
    Urn urn
)
public:
virtual bool Contains(
    Urn^ urn
) sealed
abstract Contains : 
        urn:Urn -> bool  
override Contains : 
        urn:Urn -> bool
public final function Contains(
    urn : Urn
) : boolean

매개 변수

반환 값

유형: System.Boolean
True if a URN collection contains a URN; otherwise, false.

구현

ICollection<T>.Contains(T)

컬렉션 사용

참고 항목

참조

UrnCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스