ISql90Signature.EncryptionMechanism 属性

获取或设置加密机制。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90Signature 接口

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