Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the current SQL command by using ExecuteUnknown() and returns the object.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function ExecuteUnknown ( _
parameter As Object _
) As Object
protected Object ExecuteUnknown(
Object parameter
)
protected:
Object^ ExecuteUnknown(
Object^ parameter
)
member ExecuteUnknown :
parameter:Object -> Object
protected function ExecuteUnknown(
parameter : Object
) : Object
Parameters
- parameter
Type: System.Object
Return Value
Type: System.Object
The scalar result.
.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.