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.