ResourcePoolCollection.CopyTo 方法

Copies a Resource Pool Collection to an array. The copy to the array starts at the array position indicated by the integer parameter.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub CopyTo ( _
    array As ResourcePool(), _
    index As Integer _
)
用法
Dim instance As ResourcePoolCollection 
Dim array As ResourcePool()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    ResourcePool[] array,
    int index
)
public:
void CopyTo(
    array<ResourcePool^>^ array, 
    int index
)
member CopyTo : 
        array:ResourcePool[] * 
        index:int -> unit
public function CopyTo(
    array : ResourcePool[], 
    index : int
)

参数

请参阅

参考

ResourcePoolCollection 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

资源调控器概念