Propriedade do RDL XmlaMessageLocation.StartColumn

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

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

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices