SPExport constructor (SPExportSettings)
初始化SPExport類別的執行個體,且想要的Microsoft.SharePoint.Deployment.SPExportSettings值中傳遞。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
settings As SPExportSettings _
)
'用途
Dim settings As SPExportSettings
Dim instance As New SPExport(settings)
public SPExport(
SPExportSettings settings
)
參數
settings
Type: Microsoft.SharePoint.Deployment.SPExportSettings
備註
正在初始化此建構函式之後,呼叫SPExport.Run方法。