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




binding
Username
Password
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 binding As SforceService, _
   ByVal Username As String, _
   ByVal Password As String, _
   ByVal logoutWhendone As Boolean _
)
Visual Basic (Usage)Copy Code
Dim binding As SforceService
Dim Username As String
Dim Password As String
Dim logoutWhendone As Boolean
 
Dim instance As New SFDataSourceProvider(binding, Username, Password, logoutWhendone)
C# 
public SFDataSourceProvider( 
   SforceService binding,
   string Username,
   string Password,
   bool logoutWhendone
)
Managed Extensions for C++ 
public: SFDataSourceProvider( 
   SforceService* binding,
   string* Username,
   string* Password,
   bool logoutWhendone
)
C++/CLI 
public:
SFDataSourceProvider( 
   SforceService^ binding,
   String^ Username,
   String^ Password,
   bool logoutWhendone
)

Parameters

binding
Username
Password
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.