Compartir a través de


ConnectionEvaluationHistory.ServerInstance Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerInstance As String 
    Get 
    Friend Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ConnectionEvaluationHistory Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf