ExecutionOperation.PackageName プロパティ
パッケージの名前を取得します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property PackageName As String
Get
'使用
Dim instance As ExecutionOperation
Dim value As String
value = instance.PackageName
[SfcPropertyAttribute(Data = true)]
public string PackageName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ PackageName {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member PackageName : string
function get PackageName () : String
プロパティ値
型: System.String
パッケージの名前です。