ServerSelectionAdapter.Platform 属性

Gets a string value that specifies the platform of the operating system hosting the server.

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

语法

声明
Public ReadOnly Property Platform As String 
    Get
用法
Dim instance As ServerSelectionAdapter 
Dim value As String 

value = instance.Platform
public string Platform { get; }
public:
virtual property String^ Platform {
    String^ get () sealed;
}
abstract Platform : string 
override Platform : string
final function get Platform () : String

属性值

类型:System.String
A string value that specifies the platform of the operating system hosting the server.

实现

IServerSelectionFacet.Platform

请参阅

参考

ServerSelectionAdapter 类

Microsoft.SqlServer.Management.Smo 命名空间