Compartilhar via


Propriedade do RDL ServerProperty.FolderName

Gets the folder name associated with a ServerProperty object.

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

Sintaxe

'Declaração
Public ReadOnly Property FolderName As String 
    Get
'Uso
Dim instance As ServerProperty 
Dim value As String 

value = instance.FolderName
public string FolderName { get; }
public:
property String^ FolderName {
    String^ get ();
}
member FolderName : string
function get FolderName () : String

Valor da propriedade

Tipo: System.String
A folder name.

Consulte também

Referência

ServerProperty Classe

Namespace Microsoft.AnalysisServices