OlapConnectionInfo.ConnectionString 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets a String value that specifies the Database Engine connection string.

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

语法

声明
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ConnectionString As String 
    Get
用法
Dim instance As OlapConnectionInfo 
Dim value As String 

value = instance.ConnectionString
[BrowsableAttribute(false)]
public override string ConnectionString { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ConnectionString {
    String^ get () override;
}
[<BrowsableAttribute(false)>]
abstract ConnectionString : string
[<BrowsableAttribute(false)>]
override ConnectionString : string
override function get ConnectionString () : String

属性值

类型:System.String
A string that represents the connection string.

请参阅

参考

OlapConnectionInfo 类

Microsoft.SqlServer.Management.Common 命名空间