Aracılığıyla paylaş


CubeDef.ParentConnection Özelliği

Alır bir örnek , AdomdConnection içeren sınıf CubeDef.

Ad Alanı:  Microsoft.AnalysisServices.AdomdClient
Derleme:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property ParentConnection As AdomdConnection
    Get
'Kullanım
Dim instance As CubeDef
Dim value As AdomdConnection

value = instance.ParentConnection
public AdomdConnection ParentConnection { get; }
public:
property AdomdConnection^ ParentConnection {
    AdomdConnection^ get ();
}
member ParentConnection : AdomdConnection
function get ParentConnection () : AdomdConnection