Partilhar via


Propriedade DeviceInfo.PhysicalDevice

Obtém ou define o dispositivo físico.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property PhysicalDevice As Literal
    Get
    Set
public Literal PhysicalDevice { get; set; }
public:
property Literal^ PhysicalDevice {
    Literal^ get ();
    void set (Literal^ value);
}
member PhysicalDevice : Literal with get, set
function get PhysicalDevice () : Literal
function set PhysicalDevice (value : Literal)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Segurança do .NET Framework

Consulte também

Referência

DeviceInfo Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql