Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the name of the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ObjectName As String
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The name of the project.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace