Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns a Recordset whose rows represent the children of a collection Record.
Syntax
Set recordset = record.GetChildren
Return Value
A Recordset object for which each row represents a child of the current Record object. For example, the children of a Record that represents a directory would be the files and subdirectories contained within the parent directory.
Remarks
The provider determines what columns exist in the returned Recordset. For example, a document source provider always returns a resource Recordset.