SqlTrackingQuery.ConnectionString プロパティ

定義

照会先の SQL 追跡データベースの接続文字列。

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

プロパティ値

String

SQL データベース接続文字列。

例外

ConnectionString を null 参照 (Visual Basic の場合は Nothing) に設定しようとしました。

適用対象