Delen via


DeviceInfo.DeviceType Property

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.

See Also

Reference

DeviceInfo Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace