Remove 메서드

Removes a specified URN from a collection.

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

구문

‘선언
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

매개 변수

  • urn
    형식: Urn
    Urn

반환 값

형식: System. . :: . .Boolean
Boolean

구현

ICollection< (Of < ( <'T> ) > ) >. . :: . .Remove(T)