Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.DeviceType
The device type value.