Proprietà Serial
Gets the serial number of the certificate.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property Serial As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the serial number of the certificate.
Vedere anche