Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.