次の方法で共有


SymmetricKeySupported プロパティ

対称キーがサポートされているかどうかを示す Boolean プロパティ値を取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean
対称キーがサポートされているかどうかを示す Boolean 値です。
True の場合、対称キーはサポートされています。False の場合、対称キーはサポートされていません。