次の方法で共有


SymmetricKeyExportable プロパティ

対称キーがエクスポート可能かどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property SymmetricKeyExportable As Boolean
    Get
'使用
Dim instance As CryptographicProvider
Dim value As Boolean

value = instance.SymmetricKeyExportable
[SfcPropertyAttribute]
public bool SymmetricKeyExportable { get; }
[SfcPropertyAttribute]
public:
property bool SymmetricKeyExportable {
    bool get ();
}
[<SfcPropertyAttribute>]
member SymmetricKeyExportable : bool
function get SymmetricKeyExportable () : boolean

プロパティ値

型: System. . :: . .Boolean
対称キーがエクスポート可能かどうかを示す Boolean 値です。
True の場合、対称キーはエクスポート可能です。False の場合、対称キーはエクスポート可能ではありません。