ISql90ServiceBrokerLanguageSpecifier.EncryptionAlgorithmPart2 Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionAlgorithmPart2 As Sql90ServiceBrokerEncryptionAlgorithm
'Usage
Dim instance As ISql90ServiceBrokerLanguageSpecifier
Dim value As Sql90ServiceBrokerEncryptionAlgorithm
value = instance.EncryptionAlgorithmPart2
instance.EncryptionAlgorithmPart2 = value
Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart2 { get; set; }
property Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart2 {
Sql90ServiceBrokerEncryptionAlgorithm get ();
void set (Sql90ServiceBrokerEncryptionAlgorithm value);
}
function get EncryptionAlgorithmPart2 () : Sql90ServiceBrokerEncryptionAlgorithm
function set EncryptionAlgorithmPart2 (value : Sql90ServiceBrokerEncryptionAlgorithm)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90ServiceBrokerEncryptionAlgorithm
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90ServiceBrokerLanguageSpecifier Interface