SPSolution class
代表在伺服器陣列上的解決方案。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPSolution
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<GuidAttribute("9425AD4C-E595-42f9-92BF-B33AE4EF3C68")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolution _
Inherits SPPersistedObject _
Implements IBackupRestoreConfiguration, IBackupRestore
'用途
Dim instance As SPSolution
[GuidAttribute("9425AD4C-E595-42f9-92BF-B33AE4EF3C68")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolution : SPPersistedObject,
IBackupRestoreConfiguration, IBackupRestore
備註
SPSolution物件,代表非語言相關的解決方案。解決方案相關聯的語言套件,請參閱 < SPSolutionLanguagePack。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
請參閱
參照
Microsoft.SharePoint.Administration namespace
其他資源
建立方案
解決方案概觀 (英文)