Volume.DeviceId Propiedad
Gets the device Id of the volume instance.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DeviceId As String
Get
'Uso
Dim instance As Volume
Dim value As String
value = instance.DeviceId
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string DeviceId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ DeviceId {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DeviceId : string
function get DeviceId () : String
Valor de la propiedad
Tipo: System.String
A string value that contains the device Id.