Operation.ObjectName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the object.
public:
property System::String ^ ObjectName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Object Name")]
[System.ComponentModel.ReadOnly(true)]
public string ObjectName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Object Name")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ObjectName : string
Public ReadOnly Property ObjectName As String
Property Value
The name of the object.
- Attributes