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 | |
---|---|---|
DatabaseDeploymentProperties | Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
LogFileDirectory | Gets or sets the name of folder for the log file. | |
Name | Gets or sets the name of the database. | |
PrimaryDataFileDirectory | Gets or sets the name of folder for the primary data file. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.