IDTSPackage100.CreatorComputerName Property

Definition

Gets or sets the name of the computer on which the package was created.

public:
 property System::String ^ CreatorComputerName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(41)]
public string CreatorComputerName { [System.Runtime.InteropServices.DispId(41)] get; [System.Runtime.InteropServices.DispId(41)] set; }
[<System.Runtime.InteropServices.DispId(41)>]
[<get: System.Runtime.InteropServices.DispId(41)>]
[<set: System.Runtime.InteropServices.DispId(41)>]
member this.CreatorComputerName : string with get, set
Public Property CreatorComputerName As String

Property Value

The name of the computer on which the package was created.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to