Compartilhar via


Propriedade do RDL JobFilter.Owner

Gets or sets the owner of the job filter.

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

Sintaxe

'Declaração
Public Property Owner As String 
    Get 
    Set
'Uso
Dim instance As JobFilter 
Dim value As String 

value = instance.Owner

instance.Owner = value
public string Owner { get; set; }
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
member Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

Valor da propriedade

Tipo: System.String
A String value that specifies the login of the job filter owner.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

JobFilter Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

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