Partager via


Propriété XmlaMessageLocation.StartColumn

Gets the column number that indicates the starting point of the message.

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

Syntaxe

'Déclaration
Public ReadOnly Property StartColumn As Integer 
    Get
'Utilisation
Dim instance As XmlaMessageLocation 
Dim value As Integer 

value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
    int get ();
}
member StartColumn : int
function get StartColumn () : int

Valeur de propriété

Type : System.Int32
The column number that indicates the starting point of the message.

Voir aussi

Référence

XmlaMessageLocation Classe

Espace de noms Microsoft.AnalysisServices