Udostępnij za pośrednictwem


sys.dm_cryptographic_provider_sessions (języka Transact-SQL)

Zwraca informacje o otwartych sesjach dostawcy usług kryptograficznych.

sys.dm_cryptographic_provider_sessions(session_identifier)

Argumenty

  • session_identifier
    Liczba całkowita wskazująca sesje, o których informacje mają być zwracane.

    Additionally, a column heading is added.

    1 = wszystkie połączenia kryptograficzne

Zwracana tabela

Nazwa kolumna

Typ danych

Description

provider_id

int

Numer identyfikacyjny dostawca usług kryptograficznych.

session_handle

varbytes(8)

The first example returns total sales and the discounts for each product.

In the second example, the total revenue is calculated for each product.

nvarchar(128)

This is the query that calculates the revenue for each product in each sales order.

SPID

short

Using DISTINCT with SELECTAby uzyskać więcej informacji zobacz@@ SPID (języka Transact-SQL).

Remarks

The sys.dm_cryptographic_provider_sessions view is visible to the public for the current connection.Aby wyświetlić wszystkie połączenia kryptograficznych, musisz mieć CONTROL uprawnienia serwera.