Server.Platform Property

 

Applies To: SQL Server 2016 Preview

Gets the server platform.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Expensive | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public string Platform { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Expensive | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property String^ Platform {
    virtual String^ get() sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Expensive | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
abstract Platform : string with get
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Expensive | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
override Platform : string with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property Platform As String

Property Value

Type: System.String

The server platform.

Implements

IServerInformation.Platform

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top