다음을 통해 공유


IDTSPackage100.CreatorComputerName 속성

정의

패키지를 만든 컴퓨터의 이름을 가져오거나 설정합니다.

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

속성 값

패키지를 만든 컴퓨터의 이름입니다.

특성

설명

이 인터페이스는 PackagePackageNeutral 인터페이스에 의해 구현됩니다.

적용 대상