| 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