Compartir a través de


JobStep.DatabaseName Propiedad

Gets or sets the name of the database to which the job step command execution is confined.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseName As String 
    Get 
    Set
'Uso
Dim instance As JobStep 
Dim value As String 

value = instance.DatabaseName

instance.DatabaseName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DatabaseName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DatabaseName : string with get, set
function get DatabaseName () : String 
function set DatabaseName (value : String)

Valor de la propiedad

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

Comentarios

Each step of a Microsoft SQL Server Agent job can execute in a specified database. Setting the DatabaseName property of a JobStep object directs the execution of the referenced job step.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobStep Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_help_jobstep (Transact-SQL)