Proprietà FolderName
Gets the folder name associated with a ServerProperty object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FolderName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A folder name.
Vedere anche