Поделиться через


Свойство ModifiedBy

Gets the authentication credentials of the user who last modified the condition.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ModifiedBy As String
    Get
'Применение
Dim instance As Condition
Dim value As String

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

Значение свойства

Тип: System. . :: . .String
A String value that contains the authentication credentials of the user who last modified the condition.

Примеры

C#

System.Console.WriteLine(c.ModifiedBy);

VB

System.Console.WriteLine(c.ModifiedBy)