Share via


ConnectionEvaluationHistory.ServerInstance Property

Gets a String value that specifies the name of the instance of the Database Engine.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerInstance As String
    Get
    Friend Set
'Usage
Dim instance As ConnectionEvaluationHistory
Dim value As String

value = instance.ServerInstance
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string ServerInstance { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ ServerInstance {
    String^ get ();
    internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ServerInstance : string with get, internal set
function get ServerInstance () : String
internal function set ServerInstance (value : String)

Property Value

Type: System.String
A String value that specifies the name of the instance of the Database Engine.