MiningStructurePermission.ParentDatabase Property

Gets the parent database referred to by MiningStructurePermission.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Usage
Dim instance As MiningStructurePermission 
Dim value As Database 

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

Property Value

Type: Microsoft.AnalysisServices.Database
A Database object.

Implements

IMajorObject.ParentDatabase

See Also

Reference

MiningStructurePermission Class

Microsoft.AnalysisServices Namespace