Partilhar via


Propriedade do RDL BackupSet.SoftwareVendorId

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo