UrnCollection.Add 方法

Adds a URN to a URN collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    urn As Urn _
)
用法
Dim instance As UrnCollection 
Dim urn As Urn

instance.Add(urn)
public void Add(
    Urn urn
)
public:
virtual void Add(
    Urn^ urn
) sealed
abstract Add : 
        urn:Urn -> unit  
override Add : 
        urn:Urn -> unit
public final function Add(
    urn : Urn
)

参数

实现

ICollection<T>.Add(T)

示例

使用集合

请参阅

参考

UrnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间