ConnStringInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConnStringInfo() |
ConnStringInfo クラスの新しいインスタンスを初期化します。 |
ConnStringInfo(String, String, Nullable<ConnectionStringType>) |
ConnStringInfo クラスの新しいインスタンスを初期化します。 |
ConnStringInfo()
ConnStringInfo クラスの新しいインスタンスを初期化します。
public ConnStringInfo ();
Public Sub New ()
適用対象
ConnStringInfo(String, String, Nullable<ConnectionStringType>)
ConnStringInfo クラスの新しいインスタンスを初期化します。
public ConnStringInfo (string name = default, string connectionString = default, Microsoft.Azure.Management.WebSites.Models.ConnectionStringType? type = default);
new Microsoft.Azure.Management.WebSites.Models.ConnStringInfo : string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.ConnectionStringType> -> Microsoft.Azure.Management.WebSites.Models.ConnStringInfo
Public Sub New (Optional name As String = Nothing, Optional connectionString As String = Nothing, Optional type As Nullable(Of ConnectionStringType) = Nothing)
パラメーター
- name
- String
接続文字列の名前。
- connectionString
- String
接続文字列の値。
- type
- Nullable<ConnectionStringType>
データベースの種類。 使用できる値は、'MySql'、'SQLServer'、'SQLAzure'、'Custom'、'NotificationHub'、'ServiceBus'、'EventHub'、'ApiHub'、'DocDb'、'RedisCache'、'PostgreSQL' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET