IDTSPackage100.CreatorName 属性

定义

获取或设置创建包的用户的名称。

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

属性值

包创建者的名称。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于