다음을 통해 공유


Platform 속성

Gets the Platform property value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Platform As String
    Get
‘사용 방법
Dim instance As Server
Dim value As String

value = instance.Platform
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Platform { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property String^ Platform {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract Platform : string
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override Platform : string
final function get Platform () : String

속성 값

형식: System. . :: . .String
String

구현

IServerInformation. . :: . .Platform