Classe DatabaseDeploymentProperties
The DatabaseDeploymentProperties object represents the properties of a deployed database.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DatabaseDeploymentProperties
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Class DatabaseDeploymentProperties
'Utilisation
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
Le type DatabaseDeploymentProperties expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
DatabaseDeploymentProperties | Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)