ResourcePropertyTable.SetRecord, méthode
Ce membre substitue TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Overrides Sub SetRecord ( _
t As CatalogResource, _
record As SqlDataRecord _
)
public override void SetRecord(
CatalogResource t,
SqlDataRecord record
)
Paramètres
- record
Type : Microsoft.SqlServer.Server.SqlDataRecord
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.