DatabaseDeploymentProperties Class

The DatabaseDeploymentProperties object represents the properties of a deployed database.

Inheritance Hierarchy

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

The DatabaseDeploymentProperties type exposes the following members.

Constructors

  Name Description
Public method DatabaseDeploymentProperties Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name.

Top

Properties

  Name Description
Public property LogFileDirectory Gets or sets the name of folder for the log file.
Public property Name Gets or sets the name of the database.
Public property PrimaryDataFileDirectory Gets or sets the name of folder for the primary data file.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.