ISql90SymmetricKey.Algorithm Property

Gets or sets the key algorithm.

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

Syntax

'Declaration
Property Algorithm As SqlSymmetricKeyAlgorithm
    Get
    Set
'Usage
Dim instance As ISql90SymmetricKey
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)
abstract Algorithm : SqlSymmetricKeyAlgorithm with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSymmetricKeyAlgorithm
Returns a SqlSymmetricKeyAlgorithm enumeration value.

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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