ServerEventArgs.SqlInstance 屬性

定義

取得發生事件的 SQL Server 實例。

public:
 property System::String ^ SqlInstance { System::String ^ get(); };
public string SqlInstance { get; }
member this.SqlInstance : string
Public ReadOnly Property SqlInstance As String

屬性值

String

String值,指定發生事件之 SQL Server 的實例名稱。

範例

處理 SMO 事件

適用於