ITsSbTargetEx interface
Exposes properties that store configuration and state information about a target.
This interface is only available on Windows Server 2012 R2 with KB3091411 installed. The TargetLoad property of the ITsSbTarget interface is available starting with Windows Server 2016.
Members
The ITsSbTargetEx interface inherits from ITsSbTarget. ITsSbTargetEx also has these types of members:
Properties
The ITsSbTargetEx interface has these properties.
Property | Access type | Description |
---|---|---|
EnvironmentName |
Read/write |
Retrieves or specifies the name of the environment associated with the target. |
FarmName |
Read/write |
Specifies or retrieves the name of the farm to which this target is joined. |
IpAddresses |
Read/write |
Retrieves or specifies the external IP addresses of the target. |
NumPendingConnections |
Read-only |
Retrieves the number of pending user connections for the target. |
NumSessions |
Read-only |
Retrieves the number of sessions maintained by broker for the target. |
TargetFQDN |
Read/write |
Specifies or retrieves the fully qualified domain name of the target. |
TargetLoad |
Read-only |
Retrieves the relative load on a target. |
TargetName |
Read/write |
Specifies or retrieves the name of the target. |
TargetNetbios |
Read/write |
Specifies or retrieves the NetBIOS name of the target. |
TargetPropertySet |
Read/write |
Specifies or retrieves the property set for the target. |
TargetState |
Read/write |
Specifies or retrieves the target state. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
End of server support |
Windows Server 2012 R2 |
IID |
IID_ITsSbTargetEx is defined as 74f99987-625d-11e5-bea1-a0481c7e9064 |