TaskUIUtils.GetNewSubPlanName(Package) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ GetNewSubPlanName(Microsoft::SqlServer::Dts::Runtime::Package ^ package);
public static string GetNewSubPlanName (Microsoft.SqlServer.Dts.Runtime.Package package);
static member GetNewSubPlanName : Microsoft.SqlServer.Dts.Runtime.Package -> string
Public Shared Function GetNewSubPlanName (package As Package) As String
Parameters
- package
- Package