LogReaderAgentName 屬性

Gets the name of an existing Log Reader Agent or sets the name when creating a new Log Reader Agent for a published database.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property LogReaderAgentName As String
    Get
'用途
Dim instance As ReplicationDatabase
Dim value As String

value = instance.LogReaderAgentName
public string LogReaderAgentName { get; }
public:
property String^ LogReaderAgentName {
    String^ get ();
}
member LogReaderAgentName : string
function get LogReaderAgentName () : String

屬性值

型別:System. . :: . .String
A String value that specifies the name of the Log Reader Agent.

例外狀況

例外狀況 條件
ApplicationException

When the database does not exist on the server.

When the server version is not Microsoft SQL Server 2005 or later.

When the name being set contains null characters.

When setting the name for a Log Reader Agent that already exists.

備註

The LogReaderAgentName property can be set and retrieved by members of the sysadmin fixed server role and by members of the db_owner fixed database role of the publication database.

Setting LogReaderAgentName when creating a new Log Reader Agent is equivalent to executing sp_addlogreader_agent (Transact-SQL).

Getting LogReaderAgentName for an existing Log Reader Agent is equivalent to executing sp_helplogreader_agent (Transact-SQL).

The LogReaderAgentName property is available with SQL Server 2005 only.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.