Свойство DatabaseName
Gets or sets the name of the database to which the job step command execution is confined.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property DatabaseName As String
Get
Set
'Применение
Dim instance As JobStep
Dim value As String
value = instance.DatabaseName
instance.DatabaseName = value
[SfcPropertyAttribute]
public string DatabaseName { get; set; }
[SfcPropertyAttribute]
public:
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the name of an existing database.
Замечания
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.