ManagedInstance.CacheDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the cache directory where temporary files can be stored during deployment onto the instance of SQL Server.
public:
property System::String ^ CacheDirectory { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string CacheDirectory { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.CacheDirectory : string
Public ReadOnly Property CacheDirectory As String
Property Value
A String value that specifies the cache directory where temporary files can be stored during deployment onto the instance of SQL Server.
- Attributes
Examples
VC#
System.Console.WriteLine(managedInstance.CacheDiretory);
VB
System.Console.WriteLine(managedInstance.CacheDirectory)
PowerShell
Write-Host $managedInstance.CacheDirectory