ServerProperty.FolderName Property

 

Applies To: SQL Server (starting with 2016)

Gets the folder name associated with a ServerProperty object.

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

Syntax

public string FolderName { get; }
public:
property String^ FolderName {
    String^ get();
}
member FolderName : string with get
Public ReadOnly Property FolderName As String

Property Value

Type: System.String

A folder name.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top