@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComImport] [Guid("3A6AD9E1-23B9-11cf-AD60-00AA00A74CCD")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] interface ITransactionDispenser { [return:MarshalAs(UnmanagedType.IUnknown)] object GetOptionsObject(); [return:MarshalAs(UnmanagedType.Interface)] ITransaction BeginTransaction( [MarshalAs(UnmanagedType.IUnknown)] object pUnknownOuter, IsolationLevel isoLevel, IsoFlag isoFlag, [MarshalAs(UnmanagedType.IUnknown)] object transactionOptions); } !!!!VB Definition: <ComImport(), Guid("3A6AD9E1-23B9-11cf-AD60-00AA00A74CCD"), _ InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ Interface ITransactionDispenser Function GetOptionsObject() As Object Function BeginTransaction(ByVal pUnknownOuter As Object, _ ByVal isoLevel As IsolationLevel, ByVal isoFlag As IsoFlag, _ ByVal transactionOptions As Object) As ITransaction End Interface !!!!User-Defined Types: IsolationLevel, IsoFlag !!!!Notes: None. Documentation: ITransactionDispenser@msdn on MSDN
Edit Interfaces.ITrans...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.