ServerPropertyCollection.CopyTo Method (ServerPropertyCollection)
Applies To: SQL Server (starting with 2016)
Copies the entire collection to the end of a ServerPropertyCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public void CopyTo(
ServerPropertyCollection col
)
public:
void CopyTo(
ServerPropertyCollection^ col
)
member CopyTo :
col:ServerPropertyCollection -> unit
Public Sub CopyTo (
col As ServerPropertyCollection
)
Parameters
col
Type: Microsoft.AnalysisServices.ServerPropertyCollectionThe Microsoft.AnalysisServices.ServerPropertyCollection into which to copy the elements of the collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |
See Also
CopyTo Overload
ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace
Return to top