Compartilhar via


Propriedade do RDL ProjectVersion.ObjectName

Gets the name of the project.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ObjectName As String 
    Get 
    Private Set
'Uso
Dim instance As ProjectVersion 
Dim value As String 

value = instance.ObjectName
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string ObjectName { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ ObjectName {
    String^ get ();
    private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ObjectName : string with get, private set
function get ObjectName () : String 
private function set ObjectName (value : String)

Valor da propriedade

Tipo: System.String
The name of the project.

Consulte também

Referência

ProjectVersion Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices