TeamFoundationTableValueParameter<T>.SetTimespanAsMicroseconds Method
Set the value of a specific column to the specified TimeSpan converted to microseconds. Column should be a BIGINT.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetTimespanAsMicroseconds ( _
record As SqlDataRecord, _
ordinal As Integer, _
value As TimeSpan _
)
public void SetTimespanAsMicroseconds(
SqlDataRecord record,
int ordinal,
TimeSpan value
)
public:
void SetTimespanAsMicroseconds(
SqlDataRecord^ record,
int ordinal,
TimeSpan value
)
member SetTimespanAsMicroseconds :
record:SqlDataRecord *
ordinal:int *
value:TimeSpan -> unit
public function SetTimespanAsMicroseconds(
record : SqlDataRecord,
ordinal : int,
value : TimeSpan
)
Parameters
- record
Type: Microsoft.SqlServer.Server.SqlDataRecord
- ordinal
Type: System.Int32
- value
Type: System.TimeSpan
.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.