DeviceInfo.PhysicalDevice 属性

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.

请参阅

参考

DeviceInfo 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间