Condividi tramite


Volume.IdentityKey Proprietà

Definizione

Ottiene il valore Volume che identifica in modo univoco il volume.

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

Valore della proprietà

Valore di sistema Volume che costituisce il valore ID che identifica in modo univoco il volume.

Attributi

Esempio

VC #

System.Console.WriteLine(volume.IdentityKey);  

VB

System.Console.WriteLine(volume.IdentityKey)  

PowerShell

Write-Host $volume.IdentityKey   

Si applica a