다음을 통해 공유


Platform 속성

Gets the hardware platform for the computer running the instance of SQL Server.

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

구문

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

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

속성 값

형식: System. . :: . .String
A String value that specifies the hardware platform.

주의

The Platform property is a String value that specifies the hardware platform on which the instance of SQL Server is installed.