Свойство LoginName
Gets the name of the login executing the batch.
Пространство имен: Microsoft.SqlServer.Management.MultiServerConnection
Сборка: Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)
Синтаксис
'Декларация
Public ReadOnly Property LoginName As String
Get
'Применение
Dim instance As ResultInfo
Dim value As String
value = instance.LoginName
public string LoginName { get; }
public:
virtual property String^ LoginName {
String^ get () sealed;
}
abstract LoginName : string
override LoginName : string
final function get LoginName () : String
Значение свойства
Тип: System. . :: . .String
A String that contains the login name.
Реализует
См. также