UrnCollection.Remove 메서드

Removes a specified URN from a collection.

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

구문

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

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

매개 변수

반환 값

유형: System.Boolean
A removed URN.

구현

ICollection<T>.Remove(T)

컬렉션 사용

참고 항목

참조

UrnCollection 클래스

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