Partager via


ServerInstance propriété

Gets the instance of SQL Server to which this connection evaluation history record refers.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerInstance As String
    Get
    Friend Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
A String value that contains the name of the instance of SQL Server to which the connection evaluation history record refers.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.