Propriedade do RDL DeviceId
Gets the device Id of the volume instance.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .String
A string value that contains the device Id.