sys.assembly_files (Transact-SQL)
針對組成組件的每個檔案,各包含一個資料列。
資料行名稱 | 資料類型 | 描述 |
---|---|---|
assembly_id |
int |
這個檔案所屬的組件識別碼。 |
name |
nvarchar(260) |
組件檔的名稱。 |
file_id |
int |
檔案識別碼。在組件中,這是唯一的。編號 1 的檔案識別碼代表組件 DLL。 |
content |
varbinary(max) |
檔案內容。 |
請參閱
參考
CLR 組件目錄檢視 (Transact-SQL)
目錄檢視 (Transact-SQL)
ASSEMBLYPROPERTY (Transact-SQL)