IServerInformation.Platform プロパティ
SQL Server のインスタンスを実行しているコンピューターのハードウェア プラットフォームを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Server_PlatformDesc")> _
<DisplayNameKeyAttribute("Server_PlatformName")> _
ReadOnly Property Platform As String
Get
'使用
Dim instance As IServerInformation
Dim value As String
value = instance.Platform
[DisplayDescriptionKeyAttribute("Server_PlatformDesc")]
[DisplayNameKeyAttribute("Server_PlatformName")]
string Platform { get; }
[DisplayDescriptionKeyAttribute(L"Server_PlatformDesc")]
[DisplayNameKeyAttribute(L"Server_PlatformName")]
property String^ Platform {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_PlatformDesc")>]
[<DisplayNameKeyAttribute("Server_PlatformName")>]
abstract Platform : string
function get Platform () : String
プロパティ値
型: System.String
SQL Server のインスタンスを実行しているコンピューターのハードウェア プラットフォームです。