共用方式為


ISqlDatabase.GetTransparentDataEncryptionAsync(CancellationToken) Method

Definition

Gets an Azure SQL Database Transparent Data Encryption for this database.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ITransparentDataEncryption> GetTransparentDataEncryptionAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTransparentDataEncryptionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ITransparentDataEncryption>
Public Function GetTransparentDataEncryptionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ITransparentDataEncryption)

Parameters

cancellationToken
CancellationToken

Returns

Applies to