Метод AgentObjectBase.GetDBName
Gets the database name that is associated with the object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Friend Overrides Function GetDBName As String
'Применение
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
Возвращаемое значение
Тип: System.String
A String value that specifies the name of the database.
Примеры
Планирование автоматических административных задач в агенте SQL Server
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Agent
Другие ресурсы
Задачи автоматизированного администрирования (агент SQL Server)