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 命名空间