Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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