TargetSchemaVersionAttribute class
提供可以用來定義的具體SPAction物件的目標結構描述版本屬性的定義。
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<AttributeUsageAttribute(AttributeTargets.Class)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TargetSchemaVersionAttribute _
Inherits Attribute _
Implements IComparable
'用途
Dim instance As TargetSchemaVersionAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TargetSchemaVersionAttribute : Attribute,
IComparable
備註
此類別不能擴充。
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.