다음을 통해 공유


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.

구현

IServerSelectionFacet. . :: . .Platform