ServerPropertyCollection.Insert 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 Insert(Int32, ServerProperty)

Inserts a ServerProperty into the collection at the specified index.

System_CAPS_pubmethod Insert(Int32, String, String)

Creates and inserts a ServerProperty, with the specified name and value, into the collection at the specified index.

See Also

ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top