DeviceInfo.LogicalDevice 属性

Gets or sets the logical device name. Mutually exclusive with physical device name. Can be either Identifier or variable Literal.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property LogicalDevice As IdentifierOrValueExpression 
    Get 
    Set
用法
Dim instance As DeviceInfo 
Dim value As IdentifierOrValueExpression 

value = instance.LogicalDevice

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

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The logical device name.

请参阅

参考

DeviceInfo 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间