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
- value
Type : System.String
A String value that specifies the name of the expression node.