Condividi tramite


Proprietà CacheDirectory

Ottiene o imposta il percorso e il nome della cartella per la directory della cache.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property CacheDirectory As String
    Get
    Set
'Utilizzo
Dim instance As CollectorConfigStore
Dim value As String

value = instance.CacheDirectory

instance.CacheDirectory = value
[SfcPropertyAttribute]
public string CacheDirectory { get; set; }
[SfcPropertyAttribute]
public:
property String^ CacheDirectory {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member CacheDirectory : string with get, set
function get CacheDirectory () : String
function set CacheDirectory (value : String)

Valore proprietà

Tipo: System. . :: . .String
Un valore String che contiene il percorso di directory e il nome della cartella.

Osservazioni

The cache directory is used to store collected data between upload retries.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.