Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the device type value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DeviceType As DeviceType
Get
Set
'Usage
Dim instance As DeviceInfo
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DeviceType
The device type value.