Свойство Operation.ObjectName

Gets the name of the object.

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

Синтаксис

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

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

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

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

См. также

Справочник

Operation Класс

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