Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the number of DACs that are deployed on managed instances run on underutilized computers.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public ReadOnly Property DeployedDacOnUnderutilizedComputerCount As Integer
Get
'Usage
Dim instance As Utility
Dim value As Integer
value = instance.DeployedDacOnUnderutilizedComputerCount
public int DeployedDacOnUnderutilizedComputerCount { get; }
public:
property int DeployedDacOnUnderutilizedComputerCount {
int get ();
}
member DeployedDacOnUnderutilizedComputerCount : int
function get DeployedDacOnUnderutilizedComputerCount () : int
Eigenschaftswert
Typ: System.Int32
An Int32 value that specifies how many DACs are deployed on managed instances run on underutilized computers.