ServerPropertyCollection.CopyTo Method

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod CopyTo(Array, Int32)

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

System_CAPS_pubmethod CopyTo(ServerPropertyCollection)

Copies the entire collection to the end of a ServerPropertyCollection.

See Also

ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top