Свойство TargetDatabaseFilePath
Gets or sets the path to where the database files will be copied.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Property TargetDatabaseFilePath As String
Get
Set
'Применение
Dim instance As Transfer
Dim value As String
value = instance.TargetDatabaseFilePath
instance.TargetDatabaseFilePath = value
public string TargetDatabaseFilePath { get; set; }
public:
property String^ TargetDatabaseFilePath {
String^ get ();
void set (String^ value);
}
member TargetDatabaseFilePath : string with get, set
function get TargetDatabaseFilePath () : String
function set TargetDatabaseFilePath (value : String)
Значение свойства
См. также
Справочник
Другие ресурсы
User-Defined Table Types