Metoda AgentObjectBase.GetDBName
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera nazwę bazy danych, która jest skojarzona z obiektem.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Friend Overrides Function GetDBName As String
'Użycie
Dim returnValue As String
returnValue = Me.GetDBName()
protected internal override string GetDBName()
protected public:
virtual String^ GetDBName() override
abstract GetDBName : unit -> string
override GetDBName : unit -> string
override function GetDBName() : String
Wartość zwracana
Typ: System.String
A String wartość, która określa nazwę bazy danych.
Zobacz także