Location 屬性
Gets the AdomdErrorLocation describing the location of the error.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property Location As AdomdErrorLocation
Get
'用途
Dim instance As AdomdError
Dim value As AdomdErrorLocation
value = instance.Location
public AdomdErrorLocation Location { get; }
public:
property AdomdErrorLocation^ Location {
AdomdErrorLocation^ get ();
}
member Location : AdomdErrorLocation
function get Location () : AdomdErrorLocation
屬性值
型別:Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdErrorLocation
An AdomdErrorLocation describing the location of the error.