Condividi tramite


Proprietà JobFilter.Owner

Gets or sets the owner of the job filter.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property Owner As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

JobFilter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)