PathSpecTable.SetRecord Method
This member overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Overrides Sub SetRecord ( _
pathSpec As String, _
record As SqlDataRecord _
)
public override void SetRecord(
string pathSpec,
SqlDataRecord record
)
public:
virtual void SetRecord(
String^ pathSpec,
SqlDataRecord^ record
) override
abstract SetRecord :
pathSpec:string *
record:SqlDataRecord -> unit
override SetRecord :
pathSpec:string *
record:SqlDataRecord -> unit
public override function SetRecord(
pathSpec : String,
record : SqlDataRecord
)
Parameters
- pathSpec
Type: System.String
- record
Type: Microsoft.SqlServer.Server.SqlDataRecord
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.