Aracılığıyla paylaş


JobServer.Name Özelliği

sql Server Agent hizmet adını alır.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Agent
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Name As String
    Get
'Kullanım
Dim instance As JobServer
Dim value As String

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

Özellik Değeri

Tür: System.String
A String adını belirten değeri SQL Server Aracısı hizmet.