DimensionAttribute.ParentDatabase Property

 

Applies To: SQL Server 2016 Preview

Gets the parent database of the attribute.

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 {
    Database^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member ParentDatabase : Database with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property ParentDatabase As Database

Property Value

Type: Microsoft.AnalysisServices.Database

A Database that specifies the parent database of the attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top