Propriedade do RDL Server
Gets the server associated with the Transact-SQL compilation result.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IServer
A Server object associated with the Transact-SQL compilation result.
Consulte também