Freigeben über


DatabaseDeploymentProperties-Klasse

The DatabaseDeploymentProperties object represents the properties of a deployed database.

Vererbungshierarchie

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

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

Syntax

'Declaration
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Class DatabaseDeploymentProperties
'Usage
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

Der DatabaseDeploymentProperties-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DatabaseDeploymentProperties Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LogFileDirectory Gets or sets the name of folder for the log file.
Öffentliche Eigenschaft Name Gets or sets the name of the database.
Öffentliche Eigenschaft PrimaryDataFileDirectory Gets or sets the name of folder for the primary data file.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.