BackupSet.SoftwareVendorId 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property SoftwareVendorId As Integer 
    Get
用法
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

属性值

类型:System.Int32
The identification number of the software vendor.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间