Propriedade do RDL StartColumn
The first column on which the error was generated.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartColumn As Integer
Get
'Uso
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
int get ();
}
member StartColumn : int
function get StartColumn () : int
Valor da propriedade
Tipo: System. . :: . .Int32
An Integer representing the first column on which the error was generated.
Consulte também