次の方法で共有


BackupSet.SoftwareVendorId プロパティ

バックアップ メディア ヘッダーを記述するソフトウェア ベンダーの識別番号を取得します。

名前空間:  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
ソフトウェア ベンダーの識別番号です。

関連項目

参照

BackupSet クラス

Microsoft.SqlServer.Management.Smo 名前空間