次の方法で共有


TargetLogFilePath プロパティ

データベース ファイルのコピー先となるパスを取得または設定します。

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

構文

'宣言
Public Property TargetLogFilePath As String
    Get
    Set
'使用
Dim instance As Transfer
Dim value As String

value = instance.TargetLogFilePath

instance.TargetLogFilePath = value
public string TargetLogFilePath { get; set; }
public:
property String^ TargetLogFilePath {
    String^ get ();
    void set (String^ value);
}
member TargetLogFilePath : string with get, set
function get TargetLogFilePath () : String
function set TargetLogFilePath (value : String)

プロパティ値

型: System. . :: . .String
String

使用例

データの転送

関連項目

参照

その他の技術情報

User-Defined Table Types