Classe DatabaseDeploymentProperties
The DatabaseDeploymentProperties object represents the properties of a deployed database.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DatabaseDeploymentProperties
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Class DatabaseDeploymentProperties
'Utilizzo
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
Nel tipo DatabaseDeploymentProperties sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DatabaseDeploymentProperties | Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.