Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the number of characters from the beginning of the stream to the beginning of the Start line.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property LineOffset As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The number of characters from the beginning of the stream to the beginning of the Start line.