ServerSetupAdapter.TempdbPrimaryFilePath Property

 

Applies To: SQL Server 2016 Preview

Gets the SQL Server primary database log path.

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

Syntax

public string TempdbPrimaryFilePath { get; }
public:
property String^ TempdbPrimaryFilePath {
    virtual String^ get() sealed;
}
abstract TempdbPrimaryFilePath : string with get
override TempdbPrimaryFilePath : string with get
Public ReadOnly Property TempdbPrimaryFilePath As String

Property Value

Type: System.String

A String value that specifies the SQL Server primary database log path. 

Implements

IServerSetupFacet.TempdbPrimaryFilePath

See Also

ServerSetupAdapter Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top