XmlaMessageLocation.LineOffset 屬性
Gets the number of characters from the beginning of the stream to the beginning of the Start line.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property LineOffset As Integer
Get
'用途
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
屬性值
型別:System.Int32
The number of characters from the beginning of the stream to the beginning of the Start line.