Compartilhar via


Propriedade do RDL CreateDatabaseStatement.AttachMode

Gets or sets the attach mode.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property AttachMode As AttachMode 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AttachMode
The attach mode.

Consulte também

Referência

CreateDatabaseStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom