Метод UserDefinedFunctionCollection.CopyTo
Copies the collection objects to a one-dimensional array starting at the specidied index value.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
array As UserDefinedFunction(), _
index As Integer _
)
'Применение
Dim instance As UserDefinedFunctionCollection
Dim array As UserDefinedFunction()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
UserDefinedFunction[] array,
int index
)
public:
void CopyTo(
array<UserDefinedFunction^>^ array,
int index
)
member CopyTo :
array:UserDefinedFunction[] *
index:int -> unit
public function CopyTo(
array : UserDefinedFunction[],
index : int
)
Параметры
- array
Тип: array<Microsoft.SqlServer.Management.Smo.UserDefinedFunction[]
An array of UserDefinedFunction objects.
- index
Тип: System.Int32
An Int32 value that specifies the index value from where to start the copy.