Share via


BackupSet.SoftwareVendorId-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
The identification number of the software vendor.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace