IServerSetupFacet.TempdbPrimaryFilePath Property
Gets the path for the tempdb database primary data file. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("IServerSetupFacet_TempdbPrimaryFilePathName")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbPrimaryFilePathDesc")> _
ReadOnly Property TempdbPrimaryFilePath As String
[DisplayNameKeyAttribute("IServerSetupFacet_TempdbPrimaryFilePathName")]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_TempdbPrimaryFilePathDesc")]
string TempdbPrimaryFilePath { get; }
[DisplayNameKeyAttribute(L"IServerSetupFacet_TempdbPrimaryFilePathName")]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_TempdbPrimaryFilePathDesc")]
property String^ TempdbPrimaryFilePath {
String^ get ();
}
/** @property */
String get_TempdbPrimaryFilePath ()
function get TempdbPrimaryFilePath () : String
Property Value
A String value that specifies the path for the tempdb database primary data file.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.