DataRuleProblem.EndColumn, propriété
Obtient ou définit la colonne de fin du jeton qui contient le problème.
Espace de noms : Microsoft.Data.Schema.StaticCodeAnalysis
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property EndColumn As Integer
Get
Set
public int EndColumn { get; set; }
public:
property int EndColumn {
int get ();
void set (int value);
}
member EndColumn : int with get, set
function get EndColumn () : int
function set EndColumn (value : int)
Valeur de propriété
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.