IDTSPackageInfo100.PackageGuid Property
Definition
public:
property System::String ^ PackageGuid { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
[get: System.Runtime.InteropServices.DispId(1)]
public string PackageGuid { get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.PackageGuid : string
Public ReadOnly Property PackageGuid As String
Property Value
一个 字符串 ,包含包的 GUID。A String that contains a GUID for the package.
- Attributes