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 네임스페이스