ConnectionString 属性
Gets the connection string.
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property ConnectionString As String
Get
用法
Dim instance As SqlOlapConnectionInfoBase
Dim value As String
value = instance.ConnectionString
[BrowsableAttribute(false)]
public abstract string ConnectionString { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ConnectionString {
String^ get () abstract;
}
[<BrowsableAttribute(false)>]
abstract ConnectionString : string
abstract function get ConnectionString () : String
属性值
类型:System. . :: . .String
A String value that specifies the connection string.