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


Свойство Utility.CreatedBy

Gets the authentication credentials for the user who created the Utility.

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

Синтаксис

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

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

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

Тип: System.String
A String value that contains the authentication credentials of the user who created the Utility.

См. также

Справочник

Utility Класс

Пространство имен Microsoft.SqlServer.Management.Utility