CryptographicProviderCollection.CopyTo 方法
Copies the collection to a simple array starting at the specified index.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub CopyTo ( _
array As CryptographicProvider(), _
index As Integer _
)
'用途
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
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Smo.CryptographicProvider[]
Array
- index
型別:System.Int32
Int32
範例
請參閱
參考
CryptographicProviderCollection 類別
Microsoft.SqlServer.Management.Smo 命名空間