Właściwość ServerEventArgs.SqlInstance
Pobiera wystąpienie SQL Server , na którym wystąpiło zdarzenie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property SqlInstance As String
Get
'Użycie
Dim instance As ServerEventArgs
Dim value As String
value = instance.SqlInstance
public string SqlInstance { get; }
public:
property String^ SqlInstance {
String^ get ();
}
member SqlInstance : string
function get SqlInstance () : String
Wartość właściwości
Typ: System.String
A String wartość, która określa nazwę wystąpienie SQL Server , na którym wystąpiło zdarzenie.