共用方式為


RegisteredServer.ConnectionString 屬性

Gets or sets the connection string that is used to connect to the instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public Property ConnectionString As String 
    Get 
    Set
'用途
Dim instance As RegisteredServer 
Dim value As String 

value = instance.ConnectionString

instance.ConnectionString = value
[SfcIgnoreAttribute]
public string ConnectionString { get; set; }
[SfcIgnoreAttribute]
public:
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
[<SfcIgnoreAttribute>]
member ConnectionString : string with get, set
function get ConnectionString () : String 
function set ConnectionString (value : String)

屬性值

型別:System.String
A String value that specifies the connection string.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

RegisteredServer 類別

Microsoft.SqlServer.Management.RegisteredServers 命名空間