BackupSet.SoftwareVendorId Property
Gets the identification number of the software vendor writing the backup media header.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property SoftwareVendorId As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The identification number of the software vendor.