ArcFM Engine Developer Guide
SchemaName Property (IMMPxLogin)


This property returns the string prefix indicating the owner of the Process Framework tables. For example, in an Access database, this string is null; for Oracle, it might be 'PROCESS.' and in SQLServer, it might be 'ARCFM.PROCESS.'
Syntax
'Declaration
 
<DispIdAttribute(1610678274)>
ReadOnly Property SchemaName As String
'Usage
 
Dim instance As IMMPxLogin
Dim value As String
 
value = instance.SchemaName
[DispId(1610678274)]
string SchemaName {get;}

Property Value

String
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxLogin Interface
IMMPxLogin Members

 

 


Send Comment