DBDataPermissionAttribute.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

プロパティ値

使用できる接続文字列。

注釈

複数の接続文字列を識別できます。 KeyRestrictions を使用して、追加の接続文字列の制限を指定することもできます。

適用対象

こちらもご覧ください