Método CryptographicProviderCollection.CopyTo
Copies the collection to a simple array starting at the specified index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub CopyTo ( _
array As CryptographicProvider(), _
index As Integer _
)
'Uso
Dim instance As CryptographicProviderCollection
Dim array As CryptographicProvider()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
CryptographicProvider[] array,
int index
)
public:
void CopyTo(
array<CryptographicProvider^>^ array,
int index
)
member CopyTo :
array:CryptographicProvider[] *
index:int -> unit
public function CopyTo(
array : CryptographicProvider[],
index : int
)
Parâmetros
- array
Tipo: array<Microsoft.SqlServer.Management.Smo.CryptographicProvider[]
Array
- index
Tipo: System.Int32
Int32
Exemplos
Consulte também
Referência
CryptographicProviderCollection Classe
Namespace Microsoft.SqlServer.Management.Smo