Computer.IdentityKey プロパティ

定義

Computer オブジェクトを一意に識別するキー値を取得します。

public:
 property Microsoft::SqlServer::Management::Utility::Computer::Key ^ IdentityKey { Microsoft::SqlServer::Management::Utility::Computer::Key ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore]
public Microsoft.SqlServer.Management.Utility.Computer.Key IdentityKey { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore>]
member this.IdentityKey : Microsoft.SqlServer.Management.Utility.Computer.Key
Public ReadOnly Property IdentityKey As Computer.Key

プロパティ値

オブジェクトを一意に識別する Computer.Key 値です。

属性

Vc#

System.Console.WriteLine(computer.IdentityKey);  

VB

System.Console.WriteLine(computer.IdentityKey)  

PowerShell

Write-Host $computer.IdentityKey   

適用対象