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 or sets the path and folder name for the cache directory.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property CacheDirectory As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value that contains the directory path and folder name.
Hinweise
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.