KeyLength プロパティ

非対称キーの長さを取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property KeyLength As Integer
    Get
'使用
Dim instance As AsymmetricKey
Dim value As Integer

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

プロパティ値

型: System. . :: . .Int32
非対称キーの長さを示す Int32 オブジェクトの値です。