Compartilhar via


Propriedade do RDL MiningModelPermission.ParentServer

Gets the Server object that is the parent of the MiningModelPermission object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentServer As Server 
    Get
'Uso
Dim instance As MiningModelPermission 
Dim value As Server 

value = instance.ParentServer
[BrowsableAttribute(false)]
public Server ParentServer { get; }
[BrowsableAttribute(false)]
public:
virtual property Server^ ParentServer {
    Server^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ParentServer : Server
[<BrowsableAttribute(false)>]
override ParentServer : Server
final function get ParentServer () : Server

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Server
The parent Server object.

Implementa

IMajorObject.ParentServer

Consulte também

Referência

MiningModelPermission Classe

Namespace Microsoft.AnalysisServices