Właściwość IServerSelectionFacet.Platform
Pobiera platformy, na którym uruchomiony jest serwer.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Server_PlatformName")> _
<DisplayDescriptionKeyAttribute("Server_PlatformDesc")> _
ReadOnly Property Platform As String
Get
'Użycie
Dim instance As IServerSelectionFacet
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
Wartość właściwości
Typ: System.String
Wartość ciąg Określa platformę, na którym uruchomiony jest serwer.
Zobacz także