ConnectionInfo.IntegratedSecurity Property

 

Applies To: SQL Server (starting with 2016)

Gets the integrated security status for the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
    IntegratedSecurity get();
}
member IntegratedSecurity : IntegratedSecurity with get
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity

Property Value

Type: Microsoft.AnalysisServices.IntegratedSecurity

An IntegratedSecurity object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top