Compartir a través de


Operation.ObjectName Propiedad

Gets the name of the object.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The name of the object.

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices