Create a new instance of the SqlServerStorage based on the record type provided (uses SqlServer auth)
[Visual Basic]
Overloads Public Sub New( _
ByVal
recordType As
Type, _
ByVal
server As
String, _
ByVal
database As
String, _
ByVal
user As
String, _
ByVal
pass As
String _
)
Parameters
-
recordType
- The type of the record class.
-
server
- The server name or IP of the sqlserver
-
database
- The database name into the server.
-
user
- The sql username to login into the server.
-
pass
- The pass of the sql username to login into the server.
See Also
SqlServerStorage Class | FileHelpers.DataLink Namespace | SqlServerStorage Constructor Overload List
Powered by: