CopyTo メソッド
1 次元の配列にオブジェクトのコレクションをコピーします。その際、指定したインデックス値からコピーを開始します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub CopyTo ( _
array As SymmetricKey(), _
index As Integer _
)
'使用
Dim instance As SymmetricKeyCollection
Dim array As SymmetricKey()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SymmetricKey[] array,
int index
)
public:
void CopyTo(
array<SymmetricKey^>^ array,
int index
)
member CopyTo :
array:SymmetricKey[] *
index:int -> unit
public function CopyTo(
array : SymmetricKey[],
index : int
)
パラメーター
- array
型: array<Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKey> [] () [] []
SymmetricKey オブジェクトの配列です。
- index
型: System. . :: . .Int32
コレクション内のコピーを開始するインデックス値を示す Int32 値です。