Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Defines the type of integrated security used.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration IntegratedSecurity
'Usage
Dim instance As IntegratedSecurity
public enum IntegratedSecurity
public enum class IntegratedSecurity
type IntegratedSecurity
public enum IntegratedSecurity
Members
| Member name | Description | |
|---|---|---|
| Basic | Username and password are used to verify credentials. | |
| Federated | ||
| Sspi | Windows Integrated Security is used to verify credentials | |
| Unspecified | An unspecified method is used to verify credentials. |
Remarks
New: 17 July 2006