Compartilhar via


Propriedade do RDL DeviceInfo.PhysicalDevice

Gets or sets the physical device name. Mutually exclusive with logical device name.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property PhysicalDevice As ValueExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The physical device name.

Consulte também

Referência

DeviceInfo Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom