Свойство ExecutionOperation.ProjectName

Gets the name of the project.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ProjectName As String 
    Get
'Применение
Dim instance As ExecutionOperation 
Dim value As String 

value = instance.ProjectName
[SfcPropertyAttribute(Data = true)]
public string ProjectName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ProjectName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ProjectName : string
function get ProjectName () : String

Значение свойства

Тип: System.String
The name of the project.

См. также

Справочник

ExecutionOperation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices