Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the Server object that is the parent of the IMajorObject object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
ReadOnly Property ParentServer As Server
Get
'Usage
Dim instance As IMajorObject
Dim value As Server
value = instance.ParentServer
Server ParentServer { get; }
property Server^ ParentServer {
Server^ get ();
}
abstract ParentServer : Server
function get ParentServer () : Server
Property Value
Type: Microsoft.AnalysisServices.Server
A Server object.