Condividi tramite


Proprietà Server

Gets the server associated with the Transact-SQL compilation result.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Server As IServer
    Get
'Utilizzo
Dim instance As TSqlCompilationResult
Dim value As IServer

value = instance.Server
public IServer Server { get; }
public:
property IServer^ Server {
    IServer^ get ();
}
member Server : IServer
function get Server () : IServer

Valore proprietà

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IServer
A Server object associated with the Transact-SQL compilation result.