ExpressionNode.SetObjectName Method

Sets the name of the expression node.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Sub SetObjectName ( _
    value As String _
)
'Usage
Dim value As String

Me.SetObjectName(value)
protected void SetObjectName(
    string value
)
protected:
void SetObjectName(
    String^ value
)
member SetObjectName : 
        value:string -> unit 
protected function SetObjectName(
    value : String
)

Parameters