Partager via


Propriété XmlaMessageLocation.LineOffset

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LineOffset As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

XmlaMessageLocation Classe

Espace de noms Microsoft.AnalysisServices