FederationCollection.CopyTo 方法
Copies the elements of the collection to an array, starting at the specified index.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub CopyTo ( _
array As Federation(), _
index As Integer _
)
用法
Dim instance As FederationCollection
Dim array As Federation()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Federation[] array,
int index
)
public:
void CopyTo(
array<Federation^>^ array,
int index
)
member CopyTo :
array:Federation[] *
index:int -> unit
public function CopyTo(
array : Federation[],
index : int
)
参数
- array
类型:array<Microsoft.SqlServer.Management.Smo.Federation[]
The array in which the elements are copied into.
- index
类型:System.Int32
The index in the array at which copying begins.