Cocktail Help Reference
GetConnectionOptions Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > IConnectionOptionsResolver Interface : GetConnectionOptions Method



name
The name of the ConnectonOptions to be retrieved.

Glossary Item Box

Called by Cocktail to retrieve the ConnectionOptions having the specified name.

Syntax

Visual Basic (Declaration) 
Function GetConnectionOptions( _
   ByVal name As String _
) As ConnectionOptions
Visual Basic (Usage)Copy Code
Dim instance As IConnectionOptionsResolver
Dim name As String
Dim value As ConnectionOptions
 
value = instance.GetConnectionOptions(name)
C# 
ConnectionOptions GetConnectionOptions( 
   string name
)
C++/CLI 
ConnectionOptions^ GetConnectionOptions( 
   String^ name
) 

Parameters

name
The name of the ConnectonOptions to be retrieved.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.