Propriété BackupSet.SoftwareVendorId
Gets the identification number of the software vendor writing the backup media header.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SoftwareVendorId As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
The identification number of the software vendor.