Delen via


DeviceInfo.PhysicalDevice Property

Gets or sets the physical device name. Mutually exclusive with logical device name.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property PhysicalDevice As ValueExpression 
    Get 
    Set
'Usage
Dim instance As DeviceInfo 
Dim value As ValueExpression 

value = instance.PhysicalDevice

instance.PhysicalDevice = value
public ValueExpression PhysicalDevice { get; set; }
public:
property ValueExpression^ PhysicalDevice {
    ValueExpression^ get ();
    void set (ValueExpression^ value);
}
member PhysicalDevice : ValueExpression with get, set
function get PhysicalDevice () : ValueExpression 
function set PhysicalDevice (value : ValueExpression)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The physical device name.

See Also

Reference

DeviceInfo Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace