Partager via


Name propriété

Gets the name of the SQL Server Agent service.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property Name As String
    Get
'Utilisation
Dim instance As JobServer
Dim value As String

value = instance.Name
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Name { get; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Name {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Name : string
function get Name () : String

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the name of the SQL Server Agent service.