DataSource.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Database of the DataSource object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Database Parent { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property Database^ Parent {
    Database^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Parent : Database with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Parent As Database

Property Value

Type: Microsoft.AnalysisServices.Database

The parent Database object.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top