DataCacheErrorCode.SqlAuthenticationNotSupported Field

 

SQL Server authentication is not permitted with the SQL Server provider for the cache cluster configuration store. Windows authentication must be used.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int SqlAuthenticationNotSupported
public:
literal int SqlAuthenticationNotSupported
static val mutable SqlAuthenticationNotSupported : int
Public Const SqlAuthenticationNotSupported As Integer

Field Value

Type: System.Int32

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top