Condividi tramite


Proprietà XmlaMessageLocation.LineOffset

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property LineOffset As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlaMessageLocation Classe

Spazio dei nomi Microsoft.AnalysisServices