Свойство Serial
Gets the serial number of the certificate.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Serial As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String value that specifies the serial number of the certificate.
См. также