Compartir a través de


Platform Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Platform As String
    Get
'Uso
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

Valor de la propiedad

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

Implementa

IServerSelectionFacet. . :: . .Platform