ServerPropertyCollection.Remove Method (ServerProperty)

 

Applies To: SQL Server (starting with 2016)

Removes the specified ServerProperty from the collection.

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

Syntax

public void Remove(
    ServerProperty item
)
public:
void Remove(
    ServerProperty^ item
)
member Remove : 
        item:ServerProperty -> unit
Public Sub Remove (
    item As ServerProperty
)

Parameters

Exceptions

Exception Condition
Exception

item does not exist in the collection.

See Also

Removeā€‚Overload
ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top