ProjectVersion.ObjectName Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan nama proyek.
public:
property System::String ^ ObjectName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Object Name")]
[System.ComponentModel.ReadOnly(true)]
public string ObjectName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Object Name")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ObjectName : string
Public ReadOnly Property ObjectName As String
Nilai Properti
Nama proyek.
- Atribut