Свойство 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