Propriedade do RDL XmlaMessageLocation.EndColumn

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property EndColumn As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices