Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the integrated security status for the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity
Get
'Usage
Dim instance As ConnectionInfo
Dim value As IntegratedSecurity
value = instance.IntegratedSecurity
public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
IntegratedSecurity get ();
}
member IntegratedSecurity : IntegratedSecurity
function get IntegratedSecurity () : IntegratedSecurity
Property Value
Type: Microsoft.AnalysisServices.IntegratedSecurity
An IntegratedSecurity object.