DotNetActivityApiVersionAttribute Class
Represents a custom attribute that is used to support backward compatibility.
Namespace: Microsoft.DataFactories.Runtime
Assembly: Microsoft.DataFactories.Runtime (in Microsoft.DataFactories.Runtime.dll)
Usage
'Usage
Dim instance As DotNetActivityApiVersionAttribute
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Interface, Inherited:=True, AllowMultiple:=False)> _
Public NotInheritable Class DotNetActivityApiVersionAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Interface, Inherited=true, AllowMultiple=false)]
public sealed class DotNetActivityApiVersionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, Inherited=true, AllowMultiple=false)]
public ref class DotNetActivityApiVersionAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Interface, Inherited=true, AllowMultiple=false) */
public final class DotNetActivityApiVersionAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Interface, Inherited=true, AllowMultiple=false)
public final class DotNetActivityApiVersionAttribute extends Attribute
Remarks
Each SDK release has a fixed API version and the backend job launcher uses this API version information from the compiled custom activity package.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.DataFactories.Runtime.DotNetActivityApiVersionAttribute
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.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
DotNetActivityApiVersionAttribute Members
Microsoft.DataFactories.Runtime Namespace