Dela via


ISql100DatabaseEncryptionKey.Algorithm Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Algorithm As SqlSymmetricKeyAlgorithm
'Usage
Dim instance As ISql100DatabaseEncryptionKey 
Dim value As SqlSymmetricKeyAlgorithm 

value = instance.Algorithm

instance.Algorithm = value
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
    SqlSymmetricKeyAlgorithm get ();
    void set (SqlSymmetricKeyAlgorithm value);
}
function get Algorithm () : SqlSymmetricKeyAlgorithm 
function set Algorithm (value : SqlSymmetricKeyAlgorithm)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSymmetricKeyAlgorithm

.NET Framework Security

See Also

Reference

ISql100DatabaseEncryptionKey Interface

ISql100DatabaseEncryptionKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace