Поделиться через


Класс DatabaseDeploymentProperties

The DatabaseDeploymentProperties object represents the properties of a deployed database.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.Dac
Сборка:  Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)

Синтаксис

'Декларация
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Class DatabaseDeploymentProperties
'Применение
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

Тип DatabaseDeploymentProperties обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DatabaseDeploymentProperties Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.