Método ExpressionNode.SetObjectName
Sets the name of the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Sub SetObjectName ( _
value As String _
)
'Uso
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
)
Parâmetros
- value
Tipo: System.String
A String value that specifies the name of the expression node.