Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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