MiningStructurePermission.ParentDatabase Property

 

Applies To: SQL Server 2016 Preview

Gets the parent database referred to by MiningStructurePermission.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property Database^ ParentDatabase {
    virtual Database^ get() sealed;
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
abstract ParentDatabase : Database with get
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
override ParentDatabase : Database with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property ParentDatabase As Database

Property Value

Type: Microsoft.AnalysisServices.Database

A Database object.

Implements

IMajorObject.ParentDatabase

See Also

MiningStructurePermission Class
Microsoft.AnalysisServices Namespace

Return to top