다음을 통해 공유


ConnectionEvaluationHistory.ServerInstance 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerInstance As String 
    Get 
    Friend Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

ConnectionEvaluationHistory 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스