Results プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Results As XmlaResultCollection
Get
'使用
Dim instance As OperationException
Dim value As XmlaResultCollection
value = instance.Results
public XmlaResultCollection Results { get; }
public:
property XmlaResultCollection^ Results {
XmlaResultCollection^ get ();
}
member Results : XmlaResultCollection
function get Results () : XmlaResultCollection