TargetLogFilePath 속성
Gets or sets the path to where the database files will be copied.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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)
속성 값
참고 항목
참조
관련 자료
User-Defined Table Types