ServerEventArgs.SqlInstance Property

Definition

Gets the instance of SQL Server on which the event occurred.

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

Property Value

A String value that specifies the name of the instance of SQL Server on which the event occurred.

Examples

Handling SMO Events

Applies to