ISql90ServiceBrokerLanguageSpecifier.EncryptionAlgorithmPart1 Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionAlgorithmPart1 As Sql90ServiceBrokerEncryptionAlgorithm
'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)
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