Поделиться через


Свойство BackupSet.SoftwareVendorId

Gets the identification number of the software vendor writing the backup media header.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property SoftwareVendorId As Integer 
    Get
'Применение
Dim instance As BackupSet 
Dim value As Integer 

value = instance.SoftwareVendorId
public int SoftwareVendorId { get; }
public:
property int SoftwareVendorId {
    int get ();
}
member SoftwareVendorId : int
function get SoftwareVendorId () : int

Значение свойства

Тип: System.Int32
The identification number of the software vendor.

См. также

Справочник

BackupSet Класс

Пространство имен Microsoft.SqlServer.Management.Smo