IServerConnectionInformation.Details 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得伺服器連線的指定細節。
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)
屬性值
伺服器連線的指定細節。