MSsnapshot_agents (Transact-SQL)
MSsnapshot_agents 資料表會針對本機散發者的每個相關快照集代理程式,各包含一個資料列。 這份資料表儲存在散發資料庫中。
資料行名稱 |
資料類型 |
說明 |
---|---|---|
id |
int |
快照集代理程式的識別碼。 |
name |
nvarchar(100) |
快照集代理程式的名稱。 |
publisher_id |
smallint |
發行者的識別碼。 |
publisher_db |
sysname |
發行者資料庫的名稱。 |
publication |
sysname |
發行集的名稱。 |
publication_type |
int |
發行集的類型: 0 = 交易式。 1 = 快照式。 2 = 合併式。 |
local_job |
bit |
指出本機散發者是否有 SQL Server Agent 作業。 |
job_id |
binary(16) |
作業識別碼。 |
profile_id |
int |
取自 MSagent_profiles (Transact-SQL) 資料表的組態識別碼。 |
dynamic_filter_login |
sysname |
這個值用來評估定義資料分割之參數化篩選中的 SUSER_SNAME (Transact-SQL) 函數。 這個資料行供資料分割快照集使用。 |
dynamic_filter_hostname |
sysname |
這個值用來評估定義資料分割之參數化篩選中的 HOST_NAME (Transact-SQL) 函數。 這個資料行供資料分割快照集使用。 |
publisher_security_mode |
smallint |
連接到發行者時,代理程式所用的安全性模式,它可以是下列項目之一: 0 = Microsoft SQL Server 驗證 1 = Microsoft Windows 驗證。 |
publisher_login |
sysname |
連接到發行者時所用的登入。 |
publisher_password |
nvarchar(524) |
連接到發行者時,所用之密碼的加密值。 |
job_step_uid |
uniqueidentifier |
用來啟動代理程式之 SQL Server Agent 作業步驟的唯一識別碼。 |