UserDefinedTypeCollection.CopyTo Método
Copies the collection objects to a one-dimensional array starting at the specified index value.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
array As UserDefinedType(), _
index As Integer _
)
'Uso
Dim instance As UserDefinedTypeCollection
Dim array As UserDefinedType()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
UserDefinedType[] array,
int index
)
public:
void CopyTo(
array<UserDefinedType^>^ array,
int index
)
member CopyTo :
array:UserDefinedType[] *
index:int -> unit
public function CopyTo(
array : UserDefinedType[],
index : int
)
Parámetros
- array
Tipo: array<Microsoft.SqlServer.Management.Smo.UserDefinedType[]
An array of UserDefinedType objects.
- index
Tipo: System.Int32
An Int32 value that specifies the index value from where to start the copy.