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

参数

  • urn
    类型:Urn
    Urn

返回值

类型:System. . :: . .Boolean
Boolean

实现

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

示例

使用集合