Partager via


Propriété Utility.DeployedDacManagementPendingCount

Gets the number of deployed DAC instances that have a pending management status.

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DeployedDacManagementPendingCount As Integer 
    Get
'Utilisation
Dim instance As Utility 
Dim value As Integer 

value = instance.DeployedDacManagementPendingCount
public int DeployedDacManagementPendingCount { get; }
public:
property int DeployedDacManagementPendingCount {
    int get ();
}
member DeployedDacManagementPendingCount : int
function get DeployedDacManagementPendingCount () : int

Valeur de propriété

Type : System.Int32
An Int32 value specifying the number of instances.

Voir aussi

Référence

Utility Classe

Espace de noms Microsoft.SqlServer.Management.Utility