Partilhar via


Método AgentObjectBase.GetDBName

Gets the database name that is associated with the object.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Friend Overrides Function GetDBName As String
'Uso
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

Valor de retorno

Tipo: System.String
A String value that specifies the name of the database.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

AgentObjectBase Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)