Source Propiedad
Gets the name of the application or object that caused the error associated with the AdomdError.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property Source As String
Get
'Uso
Dim instance As AdomdError
Dim value As String
value = instance.Source
public string Source { get; }
public:
property String^ Source {
String^ get ();
}
member Source : string
function get Source () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String that contains the name of the application or object that caused the error.