RuleCollection.CopyTo 方法
Copies the collection objects to a one-dimensional array beginning at the index value specified.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub CopyTo ( _
array As Rule(), _
index As Integer _
)
'用途
Dim instance As RuleCollection
Dim array As Rule()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Rule[] array,
int index
)
public:
void CopyTo(
array<Rule^>^ array,
int index
)
member CopyTo :
array:Rule[] *
index:int -> unit
public function CopyTo(
array : Rule[],
index : int
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Smo.Rule[]
An array of Rule objects.
- index
型別:System.Int32
An Int32 value that specifies the position in the collection from which to start the copy.