Partager via


Méthode ExpressionNode.SetObjectName

Sets the name of the expression node.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Protected Sub SetObjectName ( _
    value As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf