Partilhar via


Propriedade do RDL ServerSelectionAdapter.Platform

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IServerSelectionFacet.Platform

Consulte também

Referência

ServerSelectionAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo