共用方式為


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