Свойство CreateDatabaseStatement.AttachMode

Gets or sets the attach mode.

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

Синтаксис

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

value = instance.AttachMode

instance.AttachMode = value
public AttachMode AttachMode { get; set; }
public:
property AttachMode AttachMode {
    AttachMode get ();
    void set (AttachMode value);
}
member AttachMode : AttachMode with get, set
function get AttachMode () : AttachMode 
function set AttachMode (value : AttachMode)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.AttachMode
The attach mode.

См. также

Справочник

CreateDatabaseStatement Класс

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