Compartir a través de


Certificate.Serial Propiedad

Gets the serial number of the certificate.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Serial As String 
    Get
'Uso
Dim instance As Certificate 
Dim value As String 

value = instance.Serial
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Serial { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Serial {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Serial : string
function get Serial () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the serial number of the certificate.

Ejemplos

Utilizar el cifrado

Vea también

Referencia

Certificate Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Jerarquía de cifrado

CREATE CERTIFICATE (Transact-SQL)