CacheDirectory Propiedad

Obtiene o establece la ruta de acceso y el nombre de la carpeta para el directorio de la memoria caché.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property CacheDirectory As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
Valor String que contiene la ruta de acceso del directorio y el nombre de la carpeta.

Comentarios

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.