Gets or sets the physical device name. Mutually exclusive with logical device name.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property PhysicalDevice As ValueExpression
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The physical device name.