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> _
Public ReadOnly Property Serial As String
Get
'Uso
Dim instance As Certificate
Dim value As String
value = instance.Serial
[SfcPropertyAttribute]
public string Serial { get; }
[SfcPropertyAttribute]
public:
property String^ Serial {
String^ get ();
}
[<SfcPropertyAttribute>]
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.
Vea también