MailProfileCollection.CopyTo Method

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

Синтаксис

'Декларация
Public Sub CopyTo ( _
    array As MailProfile(), _
    index As Integer _
)
public void CopyTo (
    MailProfile[] array,
    int index
)
public:
void CopyTo (
    array<MailProfile^>^ array, 
    int index
)
public void CopyTo (
    MailProfile[] array, 
    int index
)
public function CopyTo (
    array : MailProfile[], 
    index : int
)

Параметры

  • array
  • index

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MailProfileCollection Class
MailProfileCollection Members
Microsoft.SqlServer.Management.Smo.Mail Namespace