Partager via


Propriété ServerSelectionAdapter.Platform

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Platform As String 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IServerSelectionFacet.Platform

Voir aussi

Référence

ServerSelectionAdapter Classe

Espace de noms Microsoft.SqlServer.Management.Smo