ServerProperty.FolderName Property

 

Applies To: SQL Server 2016 Preview

Gets the folder name associated with a ServerProperty object.

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

Syntax

[XmlIgnoreAttribute]
public string FolderName { get; }
public:
[XmlIgnoreAttribute]
property String^ FolderName {
    String^ get();
}
[<XmlIgnoreAttribute>]
member FolderName : string with get
<XmlIgnoreAttribute>
Public ReadOnly Property FolderName As String

Property Value

Type: System.String

A folder name.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top