Miner.Interop Namespace > IMMVersionCache Interface : GetConnectionInfo Method |
'Declaration
Sub GetConnectionInfo( _ ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet, _ ByRef pbstrVersionName As System.String, _ ByRef pbstrUserName As System.String _ )
'Usage
Dim instance As IMMVersionCache Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet Dim pbstrVersionName As System.String Dim pbstrUserName As System.String instance.GetConnectionInfo(pPropertySet, pbstrVersionName, pbstrUserName)
void GetConnectionInfo( ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet, out System.string pbstrVersionName, out System.string pbstrUserName )
procedure GetConnectionInfo( pPropertySet: ESRI.ArcGIS.esriSystem.IPropertySet; Out pbstrVersionName: System.String; Out pbstrUserName: System.String );
function GetConnectionInfo( pPropertySet : ESRI.ArcGIS.esriSystem.IPropertySet, pbstrVersionName : System.String, pbstrUserName : System.String );
void GetConnectionInfo( ESRI.ArcGIS.esriSystem.IPropertySet* pPropertySet, [PARAMFLAG::Out] System.string* pbstrVersionName, [PARAMFLAG::Out] System.string* pbstrUserName )
void GetConnectionInfo( ESRI.ArcGIS.esriSystem.IPropertySet^ pPropertySet, [Out] System.String^ pbstrVersionName, [Out] System.String^ pbstrUserName )
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