TeamFoundationServiceException.ExtractInt Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Shared Function ExtractInt ( _
error As SqlError, _
key As String _
) As Integer
public static int ExtractInt(
SqlError error,
string key
)
public:
static int ExtractInt(
SqlError^ error,
String^ key
)
static member ExtractInt :
error:SqlError *
key:string -> int
public static function ExtractInt(
error : SqlError,
key : String
) : int
Parameters
- error
Type: System.Data.SqlClient.SqlError
- key
Type: System.String
Return Value
Type: System.Int32
.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.