ServerPropertyCollection.Find Method (String)

 

Applies To: SQL Server (starting with 2016)

Gets the ServerProperty that has the specified name from the collection.

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

Syntax

public ServerProperty Find(
    string name
)
public:
ServerProperty^ Find(
    String^ name
)
member Find : 
        name:string -> ServerProperty
Public Function Find (
    name As String
) As ServerProperty

Parameters

Return Value

Type: Microsoft.AnalysisServices.ServerProperty

The ServerProperty if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top