IServerConnectionInformation.Details Property

Definition

Gets the specified details of the server connection.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformationDetails ^> ^ Details { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformationDetails ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformationDetails> Details { get; }
member this.Details : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformationDetails>
Public ReadOnly Property Details As ReadOnlyCollection(Of IServerConnectionInformationDetails)

Property Value

The specified details of the server connection.

Applies to