Proprietà XmlaMessageLocation.StartColumn
Gets the column number that indicates the starting point of the message.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property StartColumn As Integer
Get
'Utilizzo
Dim instance As XmlaMessageLocation
Dim value As Integer
value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
int get ();
}
member StartColumn : int
function get StartColumn () : int
Valore proprietà
Tipo: System.Int32
The column number that indicates the starting point of the message.