XmlaMessageLocation.LineOffset Propiedad
Gets the number of characters from the beginning of the stream to the beginning of the Start line.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
The number of characters from the beginning of the stream to the beginning of the Start line.