IServerInformation.Platform Property
Gets the hardware platform for the computer that is running the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("Server_PlatformName")> _
<DisplayDescriptionKeyAttribute("Server_PlatformDesc")> _
ReadOnly Property Platform As String
Get
'Kullanım
Dim instance As IServerInformation
Dim value As String
value = instance.Platform
[DisplayNameKeyAttribute("Server_PlatformName")]
[DisplayDescriptionKeyAttribute("Server_PlatformDesc")]
string Platform { get; }
[DisplayNameKeyAttribute(L"Server_PlatformName")]
[DisplayDescriptionKeyAttribute(L"Server_PlatformDesc")]
property String^ Platform {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_PlatformName")>]
[<DisplayDescriptionKeyAttribute("Server_PlatformDesc")>]
abstract Platform : string
function get Platform () : String
Property Value
Type: System.String
The hardware platform for the computer that is running the instance of SQL Server.