DatabaseDeploymentProperties クラス

The DatabaseDeploymentProperties object represents the properties of a deployed database.

継承階層

  Microsoft.SqlServer.Management.Dac.DatabaseDeploymentProperties

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

<(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")> _
Public Class DatabaseDeploymentProperties
'使用

Dim instance As DatabaseDeploymentProperties
[(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")]
public class DatabaseDeploymentProperties
[(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")]
public ref class DatabaseDeploymentProperties
[<(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Dac.DatabaseDeploymentPropertiesSR")>]
type DatabaseDeploymentProperties =  class end
public class DatabaseDeploymentProperties

DatabaseDeploymentProperties 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DatabaseDeploymentProperties(ServerConnection, String) Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name.
パブリック メソッド DatabaseDeploymentProperties(ServerConnection, String, AzureEdition, Int32) Initializes a new instance of the DatabaseDeploymentProperties class with specified server connection, database name, edition, and size.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AzureEdition Gets or sets the edition of SQL Azure to target during this deployment.
パブリック プロパティ AzureMaxSize Gets or sets the maximum size instance to allocate in SQL Azure.
パブリック プロパティ ConfigurationProperties Gets or sets the configuration properties to store settings corresponding to settings that fall in between application and host level artifacts.
パブリック プロパティ LogFileDirectory Gets or sets the path and name of the operating system file that acts as the log file for the database.
パブリック プロパティ Name Gets or sets the name of the database.
パブリック プロパティ PrimaryDataFileDirectory Gets or sets the path and name of the operating system file that acts as the primary data file for the database.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

You can override these deployment properties during the time of DacInstance deployment. Most of these properties are borrowed from Database options.

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間