Parent propriété

Gets the parent MiningModel referred to by MiningModelPermission.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningModel
    Get
'Utilisation
Dim instance As MiningModelPermission
Dim value As MiningModel

value = instance.Parent
[BrowsableAttribute(false)]
public MiningModel Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ Parent {
    MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningModel
function get Parent () : MiningModel

Valeur de la propriété

Type : Microsoft.AnalysisServices. . :: . .MiningModel
A MiningModel object.