Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: System.String
A String value that specifies the name of the expression node.