Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the elements of the specified collection to the end of the list.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub AddRange ( _
urnCollection As IEnumerable(Of Urn) _
)
'Usage
Dim instance As UrnCollection
Dim urnCollection As IEnumerable(Of Urn)
instance.AddRange(urnCollection)
public void AddRange(
IEnumerable<Urn> urnCollection
)
public:
void AddRange(
IEnumerable<Urn^>^ urnCollection
)
member AddRange :
urnCollection:IEnumerable<Urn> -> unit
public function AddRange(
urnCollection : IEnumerable<Urn>
)
Parameters
- urnCollection
Type: System.Collections.Generic.IEnumerable<Urn>
UrnCollection