IDatabaseConfiguration.IsUsingWindowsInternalDatabase Property

 

Applies To: Windows Server Update Services

Gets whether or not WSUS is using the Windows Internal Database.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool IsUsingWindowsInternalDatabase { get; }
property bool IsUsingWindowsInternalDatabase {
    bool get();
}
abstract IsUsingWindowsInternalDatabase : bool with get
ReadOnly Property IsUsingWindowsInternalDatabase As Boolean

Property Value

Type: System.Boolean

true if WSUS is using the Windows Internal Database, otherwise false.

See Also

IDatabaseConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top