ServerEventArgs.SqlInstance 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 事件
適用於