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 이벤트가 발생한 SQL Server 인스턴스의 이름을 지정하는 값입니다.

예제

SMO 이벤트 처리

적용 대상