SqlOlapConnectionInfoBase.ConnectionStringInternal Property
内部接続文字列を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (microsoft.sqlserver.connectioninfo.dll 内)
構文
'宣言
Protected Property ConnectionStringInternal As SecureString
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
SecureString^ get ();
void set (SecureString^ value);
}
/** @property */
protected SecureString get_ConnectionStringInternal ()
/** @property */
protected void set_ConnectionStringInternal (SecureString value)
protected function get ConnectionStringInternal () : SecureString
protected function set ConnectionStringInternal (value : SecureString)
プロパティ値
内部接続文字列を示す StringBuilder 値です。
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework のバージョン 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
SqlOlapConnectionInfoBase Class
SqlOlapConnectionInfoBase Members
Microsoft.SqlServer.Management.Common Namespace