ServerPropertyCollection.Add 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 Add(ServerProperty)

Adds a ServerProperty to the end of the collection.

System_CAPS_pubmethod Add(String, String)

Creates and adds a ServerProperty, with the specified name and value, to the end of the collection.

See Also

ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top