Метод FederationCollection.CopyTo

Copies the elements of the collection to an array, starting at the specified index.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub CopyTo ( _
    array As Federation(), _
    index As Integer _
)
'Применение
Dim instance As FederationCollection 
Dim array As Federation()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Federation[] array,
    int index
)
public:
void CopyTo(
    array<Federation^>^ array, 
    int index
)
member CopyTo : 
        array:Federation[] * 
        index:int -> unit
public function CopyTo(
    array : Federation[], 
    index : int
)

Параметры

  • index
    Тип: System.Int32
    The index in the array at which copying begins.

См. также

Справочник

FederationCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo