TaskUIUtils.MarkDocumentDirty(String, 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 void MarkDocumentDirty(System::String ^ whatIsDirty, Microsoft::SqlServer::Dts::Runtime::Package ^ package);
public static void MarkDocumentDirty (string whatIsDirty, Microsoft.SqlServer.Dts.Runtime.Package package);
static member MarkDocumentDirty : string * Microsoft.SqlServer.Dts.Runtime.Package -> unit
Public Shared Sub MarkDocumentDirty (whatIsDirty As String, package As Package)
Parameters
- whatIsDirty
- String
- package
- Package