Свойство ProxyAccount.CredentialIdentity
Gets the credential identity.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CredentialIdentity As String
Get
'Применение
Dim instance As ProxyAccount
Dim value As String
value = instance.CredentialIdentity
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string CredentialIdentity { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ CredentialIdentity {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CredentialIdentity : string
function get CredentialIdentity () : String
Значение свойства
Тип: System.String
A String value that specifies the credential identity.
Замечания
The proxy account credential is required to allow the proxy account access to the subsystems for Microsoft SQL Server authenticated logins.
Примеры
Планирование автоматических административных задач в агенте SQL Server
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Agent
Другие ресурсы
Задачи автоматизированного администрирования (агент SQL Server)