Partager via


Propriété Server

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Server As IServer
    Get
'Utilisation
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

Valeur de propriété

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