SqlAssemblyFileCollection.CopyTo(SqlAssemblyFile[], Int32) 方法

定义

public void CopyTo(Microsoft.SqlServer.Management.Smo.SqlAssemblyFile[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.SqlAssemblyFile[] * int -> unit
Public Sub CopyTo (array As SqlAssemblyFile(), index As Integer)

参数

array
SqlAssemblyFile[]
index
Int32

适用于