Partilhar via


Propriedade do RDL PerformanceCounters.DoCount

Returns Boolean value that determines whether the performance counter is enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared Property DoCount As Boolean 
    Get 
    Set
'Uso
Dim value As Boolean 

value = PerformanceCounters.DoCount 

PerformanceCounters.DoCount = value
public static bool DoCount { get; set; }
public:
static property bool DoCount {
    bool get ();
    void set (bool value);
}
static member DoCount : bool with get, set
static function get DoCount () : boolean 
static function set DoCount (value : boolean)

Valor da propriedade

Tipo: System.Boolean
A Boolean value that determines whether the performance counter is enabled.If True, it is enabled. Otherwise, False.

Exemplos

Usando servidores vinculados no SMO

Consulte também

Referência

PerformanceCounters Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Servidores vinculados (Mecanismo de Banco de Dados)

sp_addlinkedserver (Transact-SQL)