ExecutionOperation.PackageName Property

Definition

Gets the name of the package.

public:
 property System::String ^ PackageName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Package Name")]
[System.ComponentModel.ReadOnly(true)]
public string PackageName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Package Name")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.PackageName : string
Public ReadOnly Property PackageName As String

Property Value

The name of the package.

Attributes

Applies to