共用方式為


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 命名空間