列出聯結和投影

http://msdn.microsoft.com/zh-cn/library/ee539975.aspx本主題介紹協作應用程式標記語言 (CAML) 定義的視圖和查詢中的列表聯結和欄位投影。列表視圖中的聯結和投影 列表視圖可包括來自其他列表、已經聯結到主列表的欄位。CAML View 元素通過其子項目 Joins 和 ProjectedFields 實現此功能,這兩個元素是在物件模型中通過 SPView 對象的 Joins 和 ProjectedFields 屬性來表示的。(SPQuery

Creating Enterprise Search Scopes with PowerShell

from:http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/07/29/creating-enterprise-search-scopes-with-powershell.aspxI posted a while back on how to do your Managed Property mappings in PowerShell, so I wanted to follow up with how to

File or arguments not valid for site template

我遇到這個情況:CreateVariationHierarchiesJob catches Exception.  System.ArgumentException: File or arguments not valid for site template 'xxxx'.  Parameter name: WebTemplate     at Microsoft.SharePoint.SPWebTemplateCollection.get_Item(String strKey)     at

Map a Crawled Property to Managed Properties (FS4SP – PowerShell)

What we are doing:1.) Create a Managed Property from a Crawled PropertyManaged Properties are great! FAST pulls and indexes Managed Properties for multitudes of things, including boosting and search scopes. They are core to your FAST User Experience

SAP.Net Connector 3.0 串連BW DSO

DSO:Data Store Object需要注意使用到了IRfcFunction bapi = repo.CreateFunction("BAPI_ODSO_READ_DATA_UC"); 資源

Debugging Workflows using Workflow Manager Tools 1.0

Workflow Manager Tools 1.0 for Visual Studio 2012 provides support for debugging workflows during design-time. This topic provides instructions for debugging workflows in Visual Studio using Workflow Manager Tools.Debugging workflows using Workflow

Updating Content Types and Site Columns That Were Deployed as a Feature

有時間再翻譯吧From[http://blog.beckybertram.com/Lists/Posts/Post.aspx?List=eb3e1762%2Dbab0%2D4e96%2D8bc5%2Dd67d6e6bfd44&ID=18]How many times have you come across this scenario? You create several Site Columns as well as a Content Type or two in your

隨便玩玩Microsoft Test Manager

差不多過年,發燒在家,沒事裝裝Microsoft Test Manager 玩玩, 感覺很容易上手, 初始介面是這樣需要配合TFS工作,選擇一個自己的項目集合, 建立一個測試計劃,然後選擇這個計劃,開始我們的測試吧到了這個介面就要開始編寫我們的測試案例了,介面非常簡潔,

See what actually gets indexed in FAST

from:http://blogs.msdn.com/b/thomsven/archive/2011/01/26/seeing-what-actual-gets-indexed.aspxWhen FAST Search for SharePoint indexes documents, it uses an internal format known as Fixml (Fast Internal XML). This represents the exact data which get

SharePoint Fast 認證到期問題

使用SharePoint Fast, 因為是使用SSH驗證的,會存在一個認證到期問題, 我想是因為設計Fast4SharePoint的時候,考慮到分布式的安全機制,所以需要Fast和SharePoint都需要認證,來實現安全通訊。 怎麼重建認證,並匯入到Fast呢?1. 需要使用到Powershell, 進入到c:\FastSearch\installer\scripts2. 查看當前認證狀態Ping-SPEnterpriseSearchContentService srv-fast01.[Re

DataForm Webpart Inside (1)

the most simplest xsl format: <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt=

.在.NET中使用DLR

轉[http://chen1996.blog.163.com/blog/static/4441005220091117102310427/]前言    看到許多朋友寫過,在C#中調用DLR指令碼的方法,但沒有一個說的完整。如今我要說一個詳細完整的,希望能對您有所協助。本文,主要通過C#與IronPython指令碼,來體現.NET與指令碼互操作的過程。什麼是DLR    DLR(Dynamic Language

還原一個已刪除的網站集合

在早期版本的 SharePoint Server 2010 中,如果網站集合(即 SPSite 對象)被意外刪除,沒有直接的方法來還原特定的已刪除網站集合。還原已刪除網站集合的唯一方法是從備份中還原整個伺服器陣列。這將耗費大量費用和時間,通常不會執行。 在 SharePoint Server 2010 SP1 中,如果網站集合被意外刪除,已刪除的網站集合儲存在 SPDeletedSite 對象中,而不是 SPSite 對象中。因此,若要還原已刪除的網站集合,您必須使用

Security Trimming Secrets

Introduction – What is Security Trimming?Security trimming is simply the act of filtering out content that should not be accessible (typically read-able) for a given user. It is a core concept within SharePoint that affects what navigation elements

Top 10 Technical Mistakes in SharePoint

[From]I’ve seen plenty of technical mistakes when implementing SharePoint, particularly in larger environments when the risks of failure are higher. Here’s a countdown of my top ten “favorite” SharePoint mistakes:10. SQL Server PerformanceSQL Server

Calling a WCF Service using jQuery in SharePoint – the correct way

文章目錄     轉[http://www.wictorwilen.se/Post/Calling-a-WCF-Service-using-jQuery-in-SharePoint-the-correct-way.aspx]Today an article was published on the SharePoint Developer Team Blog called Calling a WCF Service using

Customizing the Server Ribbon

SharePoint 2010Published: May 2010The Server ribbon in SharePoint Foundation 2010 can be customized by using Server ribbon XML and ECMAScript (JavaScript, JScript). The XML defines the controls on the ribbon; the ECMAScript performs actions on the

[MSDN]How to: Design a Workflow Task Form to Use Task Data

Published: May 2010When Microsoft SharePoint Server 2010 displays a custom Microsoft Office InfoPath 2007 form for a workflow task, SharePoint Server 2010 passes the task data to the form as XML. For your InfoPath task form to be able to understand

Calling a WCF Service using jQuery in SharePoint (Anweshi Deverasetty)

轉[http://blogs.msdn.com/b/sharepointdev/archive/2011/02/22/calling-a-wcf-service-using-jquery-in-sharepoint.aspx]This blog post explains how a WCF service can be called using jQuery in a SharePoint application. I won’t cover all of the

Move site collections to a new database

from [http://technet.microsoft.com/en-us/library/cc825328(office.12).aspx]Some site collections within a database that hosts multiple site collections are growing faster than expected, and you expect the database to approach its size limit quickly.

總頁數: 61357 1 .... 5667 5668 5669 5670 5671 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.