Condividi tramite


Proprietà XmlaMessageLocation.EndColumn

Gets the column number that indicates the ending point of the message.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndColumn As Integer 
    Get
'Utilizzo
Dim instance As XmlaMessageLocation 
Dim value As Integer 

value = instance.EndColumn
public int EndColumn { get; }
public:
property int EndColumn {
    int get ();
}
member EndColumn : int
function get EndColumn () : int

Valore proprietà

Tipo: System.Int32
The column number that indicates the ending point of the message.

Vedere anche

Riferimento

XmlaMessageLocation Classe

Spazio dei nomi Microsoft.AnalysisServices