CacheDirectory 属性

获取或设置缓存目录的路径和文件夹名称。

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property CacheDirectory As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
一个包含目录路径和文件夹名称的 String 值。

注释

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.