TSqlFragment.FirstTokenIndex, propriété
Obtient ou définit le premier index de jeton.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property FirstTokenIndex As Integer
Get
Set
public int FirstTokenIndex { get; set; }
public:
property int FirstTokenIndex {
int get ();
void set (int value);
}
member FirstTokenIndex : int with get, set
function get FirstTokenIndex () : int
function set FirstTokenIndex (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.