ISql90ServiceBrokerLanguageSpecifier.EncryptionAlgorithmPart1 Property

Gets or sets the encryption algorithm part 1.

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

Syntax

'Declaration
Property EncryptionAlgorithmPart1 As Sql90ServiceBrokerEncryptionAlgorithm
    Get
    Set
'Usage
Dim instance As ISql90ServiceBrokerLanguageSpecifier
Dim value As Sql90ServiceBrokerEncryptionAlgorithm

value = instance.EncryptionAlgorithmPart1

instance.EncryptionAlgorithmPart1 = value
Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 { get; set; }
property Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 {
    Sql90ServiceBrokerEncryptionAlgorithm get ();
    void set (Sql90ServiceBrokerEncryptionAlgorithm value);
}
function get EncryptionAlgorithmPart1 () : Sql90ServiceBrokerEncryptionAlgorithm
function set EncryptionAlgorithmPart1 (value : Sql90ServiceBrokerEncryptionAlgorithm)
abstract EncryptionAlgorithmPart1 : Sql90ServiceBrokerEncryptionAlgorithm with get, set

Property Value

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

.NET Framework Security

See Also

Reference

ISql90ServiceBrokerLanguageSpecifier Interface

ISql90ServiceBrokerLanguageSpecifier Members

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