SPServiceLoadBalancer.EndpointAddresses property
從本機組態資料庫中尋找端點位址的列舉型別。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overridable ReadOnly Property EndpointAddresses As IEnumerable(Of Uri)
Get
'用途
Dim value As IEnumerable(Of Uri)
value = Me.EndpointAddresses
protected virtual IEnumerable<Uri> EndpointAddresses { get; }
Property value
Type: System.Collections.Generic.IEnumerable<Uri>
列舉值,可用來逐一查看每個服務地址。
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | 執行個體未連線到服務應用程式。 |