ProjectVersion.RestoredBy プロパティ

インスタンスを復元したユーザーを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property RestoredBy As String 
    Get
'使用
Dim instance As ProjectVersion 
Dim value As String 

value = instance.RestoredBy
[SfcPropertyAttribute(Data = true)]
public string RestoredBy { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ RestoredBy {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member RestoredBy : string
function get RestoredBy () : String

プロパティ値

型: System.String
インスタンスを復元したユーザー。

関連項目

参照

ProjectVersion クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間