CryptographicProviderCollection.CopyTo Method
Copies the collection to a simple array starting at the specified index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As CryptographicProvider(), _
index As Integer _
)
'Usage
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
)
Parameters
- array
Type: array<Microsoft.SqlServer.Management.Smo.CryptographicProvider[]
Array
- index
Type: System.Int32
Int32
Examples
See Also
Reference
CryptographicProviderCollection Class
Microsoft.SqlServer.Management.Smo Namespace