Proprietà SqlStoreConnection.ServerConnection
Gets the Server Connection for the SqlStoreConnection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ServerConnection As ServerConnection
Get
'Utilizzo
Dim instance As SqlStoreConnection
Dim value As ServerConnection
value = instance.ServerConnection
public ServerConnection ServerConnection { get; }
public:
property ServerConnection^ ServerConnection {
ServerConnection^ get ();
}
member ServerConnection : ServerConnection
function get ServerConnection () : ServerConnection
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection value representing the connection to the server.