Share via


ProjectVersion.ObjectName 속성

Gets the name of the project.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ObjectName As String 
    Get 
    Private Set
‘사용 방법
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)

속성 값

유형: System.String
The name of the project.

참고 항목

참조

ProjectVersion 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스