SqlPersistenceProviderFactory.ConnectionString プロパティ

定義

このファクトリで作成された永続化プロバイダー インスタンスの接続パラメーターを取得します。

public:
 property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
public string ConnectionString { get; set; }
member this.ConnectionString : string with get, set
Public Property ConnectionString As String

プロパティ値

このファクトリで作成された永続化プロバイダー インスタンスの接続パラメーター。

適用対象