CreateFoldersPath Procedure (Repository.Item Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Creates one or more Modeling Services Folders based on a Folder path.
[Repository.Item].[CreateFoldersPath] ( @path, @folderId OUTPUT )
Arguments
@path
Type: nvarchar(max). A Modeling Services Folder path separated by forward slashes (for example, 'ParentFolder/ChildFolder').
@folderId
Type: int. The identifier of the created Folder. This is an OUTPUT parameter.