Propriété StartColumn
The first column on which the error was generated.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StartColumn As Integer
Get
'Utilisation
Dim instance As AdomdErrorLocation
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
An Integer representing the first column on which the error was generated.
Voir aussi