KeyLength propriété
Gets the length of the asymmetric key.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property KeyLength As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 object value that specifies the length of the asymmetric key.
Voir aussi