Compartilhar via


Propriedade do RDL XmlaMessageLocation.LineOffset

Gets the number of characters from the beginning of the stream to the beginning of the Start line.

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

Sintaxe

'Declaração
Public ReadOnly Property LineOffset As Integer 
    Get
'Uso
Dim instance As XmlaMessageLocation 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
The number of characters from the beginning of the stream to the beginning of the Start line.

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices