Поделиться через


Метод RuleCollection.CopyTo

Copies the collection objects to a one-dimensional array beginning at the index value specified.

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

Синтаксис

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

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

Параметры

  • index
    Тип: System.Int32
    An Int32 value that specifies the position in the collection from which to start the copy.

Примеры

Использование коллекций

См. также

Справочник

RuleCollection Класс

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