Свойство 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.
Реализует
См. также