ArcFM Solution Developer Guide
IMMAdoConnection Interface
Members 






Implement this interface on a custom login object. The IMMAdoConnection::Connection property returns the ADO connection that is used by the Open Session Manager and Open Workflow Manager tools to bypass the Process Framework login. If this ADO connection is not set or the custom login object doesn't implement this interface, the user will be prompted to login to Process Framework tools (Session Manager, Workflow Manager) separately.
Object Model
IMMAdoConnection Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.GuidAttribute("2F075911-061C-4C25-85CA-7C241E50E6B9")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMAdoConnection 
'Usage
 
Dim instance As IMMAdoConnection
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("2F075911-061C-4C25-85CA-7C241E50E6B9")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface IMMAdoConnection 
public interface IMMAdoConnection 
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.GuidAttribute("2F075911-061C-4C25-85CA-7C241E50E6B9")
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMAdoConnection 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("2F075911-061C-4C25-85CA-7C241E50E6B9")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMAdoConnection 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("2F075911-061C-4C25-85CA-7C241E50E6B9")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMAdoConnection 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMAdoConnection Members
Miner.Interop Namespace

Send Feedback