Propriété DeviceType
Gets the kind of device for the BackupDeviceItem object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property DeviceType As DeviceType
Get
Set
'Utilisation
Dim instance As BackupDeviceItem
Dim value As DeviceType
value = instance.DeviceType
instance.DeviceType = value
public DeviceType DeviceType { get; set; }
public:
property DeviceType DeviceType {
DeviceType get ();
void set (DeviceType value);
}
member DeviceType : DeviceType with get, set
function get DeviceType () : DeviceType
function set DeviceType (value : DeviceType)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .DeviceType
A BackupDeviceType object value that specifies the kind of backup device.
Voir aussi