CopyTo 方法
從指定的索引值開始,將集合物件複製到一維陣列。
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub CopyTo ( _
array As ServiceQueue(), _
index As Integer _
)
'用途
Dim instance As ServiceQueueCollection
Dim array As ServiceQueue()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
ServiceQueue[] array,
int index
)
public:
void CopyTo(
array<ServiceQueue^>^ array,
int index
)
member CopyTo :
array:ServiceQueue[] *
index:int -> unit
public function CopyTo(
array : ServiceQueue[],
index : int
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue> [] () [] []
ServiceQueue 物件的陣列。
- index
型別:System. . :: . .Int32
Int32 值,指定複製起始位置的索引值。