Server Propiedad
Gets the server associated with the Transact-SQL compilation result.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public ReadOnly Property Server As IServer
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IServer
A Server object associated with the Transact-SQL compilation result.
Vea también