หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the folder name associated with a ServerProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property FolderName As String
Get
'Usage
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
Property Value
Type: System.String
A folder name.