Partager via


Propriété ProjectVersion.ObjectName

Gets the name of the project.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ObjectName As String 
    Get 
    Private Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The name of the project.

Voir aussi

Référence

ProjectVersion Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices