Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Microsoft Oslo
Oslo SDK
Repository.Item
Procedures
 AddFolderForeignKey
Collapse All/Expand All Collapse All
AddFolderForeignKey Procedure (Repository.Item)

Adds a foreign key constraint to the [Repository.Item].[FoldersTable] table.

[Repository.Item].[AddFolderForeignKey] ( @schema, @baseName, @folderColumn )

@schema

Type: sysname. The schema for the target table or view.

@baseName

Type: nvarchar(99). The name of the target table or view. If this is the name of a view, then the table name must use the same base name appended with the word "Table".

@folderColumn

Type: sysname. The column name that stores Folder values in the target table or view.

Send comments about this topic to Microsoft.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker