IServerSelectionFacet.Platform 属性

Gets the platform on which the server is running.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Server_PlatformDesc")> _
<DisplayNameKeyAttribute("Server_PlatformName")> _
ReadOnly Property Platform As String 
    Get
用法
Dim instance As IServerSelectionFacet 
Dim value As String 

value = instance.Platform
[DisplayDescriptionKeyAttribute("Server_PlatformDesc")]
[DisplayNameKeyAttribute("Server_PlatformName")]
string Platform { get; }
[DisplayDescriptionKeyAttribute(L"Server_PlatformDesc")]
[DisplayNameKeyAttribute(L"Server_PlatformName")]
property String^ Platform {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_PlatformDesc")>]
[<DisplayNameKeyAttribute("Server_PlatformName")>]
abstract Platform : string
function get Platform () : String

属性值

类型:System.String
A string value that specifies the platform on which the server is running.

请参阅

参考

IServerSelectionFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间