KeyLength propriété
Gets the length of the symmetric key in bits.
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 SymmetricKey
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 value that specifies the length of the symmetric key in bits.
Voir aussi