Свойство DacProfile.TargetDatabaseName

Get or set name of database used as the target of a deployment.

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public Property TargetDatabaseName As String 
    Get 
    Set
'Применение
Dim instance As DacProfile 
Dim value As String 

value = instance.TargetDatabaseName

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

Значение свойства

Тип: System.String
String name of target database.

См. также

Справочник

DacProfile Класс

Пространство имен Microsoft.SqlServer.Dac