Generated using SQL Data Dictionary demo version.
| |
Column |
Data Type |
Identity |
Nullable |
Default |
| PK |
AuthenticationID |
int |
X |
|
|
|
FK
|
PackageID |
int |
|
|
-1 |
|
AuthenticationType |
nvarchar(100) |
|
|
|
|
IsEnabled |
bit |
|
|
0 |
|
SettingsControlSrc |
nvarchar(250) |
|
|
|
|
LoginControlSrc |
nvarchar(250) |
|
|
|
|
LogoffControlSrc |
nvarchar(250) |
|
|
|
|
CreatedByUserID |
int |
|
X |
|
|
CreatedOnDate |
datetime |
|
X |
|
|
LastModifiedByUserID |
int |
|
X |
|
|
LastModifiedOnDate |
datetime |
|
X |
|
Indexes:
-
PK_Authentication
- (Primary Key)
- (Clustered)
References:
Used by:
- Procedure
dbo.AddAuthentication
- Procedure
dbo.DeleteAuthentication
- Procedure
dbo.GetAuthenticationService
- Procedure
dbo.GetAuthenticationServiceByPackageID
- Procedure
dbo.GetAuthenticationServiceByType
- Procedure
dbo.GetAuthenticationServices
- Procedure
dbo.GetEnabledAuthenticationServices
- Procedure
dbo.UpdateAuthentication