SqlOlapConnectionInfoBase.ConnectionStringInternal 属性

获取或设置内部连接字符串。

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Protected Property ConnectionStringInternal As SecureString 
    Get 
    Set
用法
Dim value As SecureString 

value = Me.ConnectionStringInternal 

Me.ConnectionStringInternal = value
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
    SecureString^ get ();
    void set (SecureString^ value);
}
member ConnectionStringInternal : SecureString with get, set
function get ConnectionStringInternal () : SecureString 
function set ConnectionStringInternal (value : SecureString)

属性值

类型:SecureString
一个 StringBuilder 值,该值指定内部连接字符串。

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间