DatabaseDeploymentProperties.LogFileDirectory Property

Gets or sets the path and name of the operating system file that acts as the log file for the database.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("LogFileDirectory")> _
Public Property LogFileDirectory As String
    Get
    Set
'Usage
Dim instance As DatabaseDeploymentProperties
Dim value As String

value = instance.LogFileDirectory

instance.LogFileDirectory = value
[DisplayNameKeyAttribute("LogFileDirectory")]
public string LogFileDirectory { get; set; }
[DisplayNameKeyAttribute(L"LogFileDirectory")]
public:
property String^ LogFileDirectory {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("LogFileDirectory")>]
member LogFileDirectory : string with get, set
function get LogFileDirectory () : String
function set LogFileDirectory (value : String)

Property Value

Type: System.String
The path and name of the operating system file that acts as the log file for the database.

See Also

Reference

DatabaseDeploymentProperties Class

Microsoft.SqlServer.Management.Dac Namespace