Share via


ConnectionContext 屬性

Gets the current server connection details for the instance of SQL Server.

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

語法

'宣告
Public ReadOnly Property ConnectionContext As ServerConnection
    Get
'用途
Dim instance As Server
Dim value As ServerConnection

value = instance.ConnectionContext
public ServerConnection ConnectionContext { get; }
public:
virtual property ServerConnection^ ConnectionContext {
    ServerConnection^ get () sealed;
}
abstract ConnectionContext : ServerConnection
override ConnectionContext : ServerConnection
final function get ConnectionContext () : ServerConnection

屬性值

型別:Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object that specifies the details of the current connection to the instance of SQL Server.

實作

IAlienRootConnectionContext()()()()

備註

This property can be used to change connection settings, such as the name of the instance of SQL Server or the authentication type. The ConnectionContext property is represented by the ServerConnection class. When connecting to the local instance of SQL Server by using Windows Authentication, the default values are used. You do not have to set any properties.