TeamFoundationTableValueParameter<T>.Current Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Current As SqlDataRecord
public SqlDataRecord Current { get; }
public:
virtual property SqlDataRecord^ Current {
SqlDataRecord^ get () sealed;
}
abstract Current : SqlDataRecord with get
override Current : SqlDataRecord with get
final function get Current () : SqlDataRecord
Property Value
Type: Microsoft.SqlServer.Server.SqlDataRecord
Returns SqlDataRecord.
Implements
.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.