Partager via


TeamFoundationTableValueParameter<T>.SetString, méthode

Définit la valeur d'une colonne spécifique à une chaîne spécifiée.[bindBehavior] indique comment annuler et les chaînes vides sont transformées, le cas échéant.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Sub SetString ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As String, _
    bindBehavior As BindStringBehavior _
)
public void SetString(
    SqlDataRecord record,
    int ordinal,
    string value,
    BindStringBehavior bindBehavior
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationTableValueParameter<T> Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms