SqlAssemblyCollection.CopyTo(SqlAssembly[], Int32) 方法

定义

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

参数

array
SqlAssembly[]
index
Int32

适用于