Partilhar via


Classe DatabaseDeploymentProperties

The DatabaseDeploymentProperties object represents the properties of a deployed database.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..DatabaseDeploymentProperties

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Class DatabaseDeploymentProperties
'Uso
Dim instance As DatabaseDeploymentProperties
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public class DatabaseDeploymentProperties
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public ref class DatabaseDeploymentProperties
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type DatabaseDeploymentProperties =  class end
public class DatabaseDeploymentProperties

O tipo DatabaseDeploymentProperties expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DatabaseDeploymentProperties Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name.

Início

Propriedades

  Nome Descrição
Propriedade pública LogFileDirectory Gets or sets the name of folder for the log file.
Propriedade pública Name Gets or sets the name of the database.
Propriedade pública PrimaryDataFileDirectory Gets or sets the name of folder for the primary data file.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência