ISql90DatabaseMirroringLanguageSpecifier.EncryptionAlgorithmPart1 属性

获取或设置首选加密算法。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property EncryptionAlgorithmPart1 As Sql90ServiceBrokerEncryptionAlgorithm
    Get
    Set
Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 { get; set; }
property Sql90ServiceBrokerEncryptionAlgorithm EncryptionAlgorithmPart1 {
    Sql90ServiceBrokerEncryptionAlgorithm get ();
    void set (Sql90ServiceBrokerEncryptionAlgorithm value);
}
abstract EncryptionAlgorithmPart1 : Sql90ServiceBrokerEncryptionAlgorithm with get, set
function get EncryptionAlgorithmPart1 () : Sql90ServiceBrokerEncryptionAlgorithm
function set EncryptionAlgorithmPart1 (value : Sql90ServiceBrokerEncryptionAlgorithm)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.Sql90ServiceBrokerEncryptionAlgorithm

.NET Framework 安全性

请参见

参考

ISql90DatabaseMirroringLanguageSpecifier 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间