Windward Engine API Reference
SFDataSourceProvider Constructor(String,String,String,Boolean)
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.salesforce Namespace > SFDataSourceProvider Class > SFDataSourceProvider Constructor : SFDataSourceProvider Constructor(String,String,String,Boolean)




username_
password_
token
logoutWhendone

Glossary Item Box

does setup for sales force that is always necessary all constructors should call this

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal username_ As String, _
   ByVal password_ As String, _
   ByVal token As String, _
   ByVal logoutWhendone As Boolean _
)
Visual Basic (Usage)Copy Code
Dim username_ As String
Dim password_ As String
Dim token As String
Dim logoutWhendone As Boolean
 
Dim instance As New SFDataSourceProvider(username_, password_, token, logoutWhendone)
C# 
public SFDataSourceProvider( 
   string username_,
   string password_,
   string token,
   bool logoutWhendone
)
Managed Extensions for C++ 
public: SFDataSourceProvider( 
   string* username_,
   string* password_,
   string* token,
   bool logoutWhendone
)
C++/CLI 
public:
SFDataSourceProvider( 
   String^ username_,
   String^ password_,
   String^ token,
   bool logoutWhendone
)

Parameters

username_
password_
token
logoutWhendone

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.