Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a string value that specifies the platform of the operating system hosting the server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Platform As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A string value that specifies the platform of the operating system hosting the server.
Implementiert
IServerSelectionFacet.Platform