Initializes a new instance of the ActionClassAttribute class.
Namespace: SSIS.Test.MetadataAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public ActionClassAttribute( string repository, string packageName ) |
Visual Basic |
---|
Public Sub New ( _ repository As String, _ packageName As String _ ) |
Visual C++ |
---|
public: ActionClassAttribute( String^ repository, String^ packageName ) |
Parameters
- repository
- Type: System..::..String
A repository where a target package is loaded.
- packageName
- Type: System..::..String
The name of a package. See remarks for the PackageName property.