Compartir a través de


BackupSet.SoftwareVendorId Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property SoftwareVendorId As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo