Właściwość Certificate.Serial
Pobiera numer seryjny certyfikat.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Serial As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String wartość, która określa numer seryjny certyfikat.
Zobacz także